Click or drag to resize

FormSet Class

X#
The VFP compatible FormSet class.
Inheritance Hierarchy
Object
  FormSet

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS FormSet IMPLEMENTS IVFPObject, IDynamicProperties, 
	IDynamicProperties2, IVFPOwner
Request Example View Source

The FormSet type exposes the following members.

Constructors
  NameDescription
Public methodFormSet
Initializes a new instance of the FormSet class
Top
Properties
  NameDescription
Public propertyActiveForm
Public propertyAutoRelease
Public propertyBaseClass
Public propertyBufferMode
Public propertyClass
Public propertyClassLibrary
Public propertyComment
Public propertyControlCount
Public propertyControls
Same as the Forms property. The order
Public propertyDataSession
Public propertyDataSessionID
Public propertyFormCount
How many Forms in the FormSet
Public propertyForms
access individual forms in a form set.
Public propertyObjects
Public propertyProperties
Public propertyReadCycle Obsolete.
Public propertyReadLock Obsolete.
Public propertyReadMouse Obsolete.
Public propertyReadSave Obsolete.
Public propertyReadTimeout Obsolete.
Public propertyThisFormSet
The current FormSet. Alias for SELF
Public propertyVisible
Public propertyWindowList Obsolete.
Public propertyWindowType
Top
Methods
See Also