List of Read-Only Properties at Design Time in Visual FoxPro (134316)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

This article was previously published under Q134316

SUMMARY

Although the majority of object properties are available while in Form Designer, some (such as CurrentX) must be determined at run time and are therefore not accessible, and others (such as BaseClass) are attributes of the object and must remain unchanged.

MORE INFORMATION

The following is a list of those properties extracted from the Language Reference (Visual FoxPro 3.0 Professional Edition only) and the Help file:
ActiveColumn
ActiveControl
ActiveForm
ActiveRow
BaseClass
Buttons
ChildAlias
Class
ClassLibrary
ControlCount
Controls
CurrentX
CurrentY
CursorSource
Database
Docked
DockPosition
DocumentFile
FormCount
Forms
ItemData
ItemIDData
LeftColumn
List
ListCount
ListIndex
ListItem
ListItemID
NewIndex
NewItemID
Object
OleClass
OleTypeAllowed
PageHeight
Pages
Parent
ParentAlias
ParentClass
RelativeColumn
RelativeRow
ReleaseType
Selected
SelectedID
SelLength
SelStart
SelText
TopIndex
TopItemID
Picture (Combobox only)
				
For more information concerning the use and syntax of these properties, please see the Help file or Language Reference.

Modification Type:MajorLast Reviewed:2/15/2000
Keywords:KB134316