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