Form
Properties:
AllowAutohideState
AllowClose
AllowDockedState
AllowFloatState
AllowJoinWindow
AllowNormalState
AutoTitle
Caption
CaptionPicture
ChangeWindowAppearanceMode
ChoiceInitialValue
ChoiceMode
CloseOnChoice
CloseOnOwnerClose
ConnectableWindow
Controls
CurrentControl
DesktopMode
EnterKeyBehavior
FormOwner
Height
ModalMode
Modified
MultipleChoice
Panel
ReadOnly
SizeChange
Style
ThisForm
UniqueKey
Width
WindowAppearanceMode
WindowDockLocation
WindowLocation
WindowOptionsKey
WindowState
Methods:
AttachDataChangeHandler
AttachIdleHandler
CheckFilling
ChooseFromList
ChooseFromMenu
Close
DetachDataChangeHandler
DetachIdleHandler
DoModal
GetAction
IsInputAvailable
IsOpen
NotifyActivateObject
NotifyChoice
NotifyWriteNewObject
Open
OpenFormHelp
Refresh
SetAction
Events:
BeforeOpen
ChoiceProcessing
ExternalEvent
FillCheckProcessing
NewObjectWriteProcessing
NotificationProcessing
ObjectActivationProcessing
OnClose
OnOpen
OnReopen
RefreshDisplay
Description:
Availability:
Example:
UniqueKey = New UUID; Form = Reports.SalesBook.GetForm(, , UniqueKey); Form.Open(); |