form

Generic properties, methods and events
[method icon] Beep(iSound) Makes the corresponding Windows sound
[method icon] COMEventPending() Tests to see if a COM object has triggered another event
[method icon] CreateControl(iType, iStyle, objGroup) Create control in the Create event
[method icon] CreateControl(iType, iStyle, objGroup, objAfter) Create control in the Create event, placing it after the specified control in the tab order
[method icon] CreateControl(iType, iStyle) Create control in the Create event
[method icon] CreateDataBind(nSymBuffer, nSymFindFunction) Create control in the Create event
[method icon] EditForm(iControlsSym) Edit form
[method icon] EditForm(iControlsSym, iTableDataSym) Edit form with tables
[method icon] EventPending() Tests to see if the user has triggered another event
[method icon] FindContext(sContext$) Find an object from its context
[method icon] Flush() Forces an update of any controls that the event handler has modified
[method icon] FormEventPending() Tests to see if a form object has triggered another event
[method icon] HintEventPending() Tests to see if a DBedit has sent a SearchHint event
[method icon] Import(sControlsDef$) Import controls
[method icon] RaiseCOMEvent(sContext$, sEvent$) Raise a COM event
[method icon] Terminate(iResult) Used to terminate the form
[method icon] TestProperty(sContext$, sValue$, BYREF sActual$) Test property
[property icon] ActiveControl Control active at last event
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] EventControl Control active at last event
[property icon] EventDuration Duration of current event in milli-seconds for performance monitoring purposes
[property icon] EventId EventId of last event
[property icon] EventResult Result of last event
[property icon] FixedHeight Sets a specific height for the form (browser client only)
[property icon] FixedWidth Sets a specific width for the form (browser client only)
[property icon] FormName$ Name of form
[property icon] IdleTimer Specifies the interval in which the Idle() event handler is called in milliseconds
[property icon] Picture Specifies the file name of the picture to be used as the forms background
[property icon] PictureAlignment Specifies the alignment of the background picture
[property icon] Placement Specifies the default position of the form
[property icon] Pool Pool handle for the form. The pool table is destroyed when the form terminates
[property icon] Resize Form is resizable
[property icon] State$ String to represent current state for testing forms
[property icon] Tidy Do not allow KClient to tidy up the form by small movements of controls for aesthetic reasons. KCLient will only tidy forms if other options are also set
[property icon] TitleBar Form has caption
[server-side event icon] Activate() Event Called whenever a child form closes and this form becomes the top form
[server-side event icon] Create() Event Called before form is created
[server-side event icon] Enter() Event Called before the form is displayed
[server-side event icon] EventHandler() Event Generic event handler for events added using the AddEvent() method
[server-side event icon] Exit() Event Called when the form is terminated
[server-side event icon] Idle() Event Called when no other event handlers are in operation
[server-side event icon] Show() Event Called once the form has been displayed
[server-side event icon] TestTerminate() Event Constant used when testing forms to raise an event to terminate a form
[event icon] CurrencyChange() Event Called when user has changed selected currency on form
[event icon] DropFile() Event Called when files are dragged on to the form
[event icon] Help() Event Called whenever the user presses F1 and there is no other handler.
[event icon] Resize() Event Called when the user resizes the form