|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL IsValid (character) |
Verifies if the specified callback name is valid |
Options | Name | Purpose | |
---|---|---|---|
- | DatasetCallbackEnum () |
Disallow instance creation |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AfterFill |
This event occurs at the very end of a FILL, and can be used to
adjust the contents of the ProDataSet object or Buffer object, reject
the FILL operation, or disconnect from a server or database. For a
child table, the event occurs once for each parent record that is
created. |
|
+ | CHARACTER BeforeFill |
This event occurs at the very beginning of a FILL, before anything
is read or created. |
Top
PUBLIC LOGICAL IsValid (character)
|
---|
PRIVATE DatasetCallbackEnum ()
|
---|
PUBLIC CHARACTER AfterFill
|
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BeforeFill
|