Custom Delegates

From Lianjapedia
Revision as of 08:46, 8 February 2016 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Under Construction

Activate

The delegate for the Activate event

After Data Changed

The delegate for the Changed event (after data is read)

After Data Create

The delegate for the AfterCreated event

After Data Delete

The delegate for the AfterDelete event

After Data Update

The delegate for the AfterUpdate event

Before Data Create

The delegate for the BeforeCreated event

Before Data Delete

The delegate for the BeforeDelete event

Before Data Update

The delegate for the BeforeUpdate event

Change

The delegate for the Change event

Collapsed

The delegate for the Collapsed event

Custom footer menu

The delegate for the footer menu event

Custom library

The filename of the library containing code for event handlers and custom procedures/functions

Custom search command

The delegate for the search event

Custom section menu

The delegate for the section menu event

Deactivate

The delegate for the Deactivate event

Destroy

The delegate for the Destroy event

Dialog button delegate

The delegate for the DialogButtonClicked event. If a dialogbutton on a Field has no delegate, the Section delegate will be called. If the section has no delegate, then the Page delegate will be called.

Double click

The delegate for the row DoubleClicked event

Enabled When

The delegate for the EnabledWhen event

Expanded

The delegate for the Expanded event

Init

The delegate for the Init event

Link Click

The delegate for the Hyperlink/Button Click event. This is called with two arguments: functionname(controlsource,text)

Load

The delegate for the Load event

Parent data changed

The delegate for the ParentDataChanged event

Ready

The delegate for the Ready event

Refresh

The delegate for the Refresh event

Scripting language

The default scripting language for custom code in this section (Inherit | Recital | Visual FoxPro | Python | JavaScript | PHP)

Selection Changed

The delegate for the Selection Changed event (for multi row selection)

Sort

The delegate for the column Sort event fired when the header is clicked. This is called with two arguments: nColumn, nDirection

Timer interval

The timer interval in seconds that the Timer event will be called at runtime

Timer

The delegate for the Timer event

Unload

The delegate for the Unload event

Valid When

The delegate for the ValidWhen event

Visible When

The delegate for the VisibleWhen event