Parameter | Description |
---|---|
hoPanel | The handle of the panel object |
Procedure OnBeginningOfPanel integer hoPanel
When a beginning_of_panel message is executed the panel will notify all its objects by sending the message OnBeginningOfPanel. By default this does nothing. DbGrids, dbLists and TabDialogs use this message to perform special changes.
You can augment this method to perform any desired initialization required by a beginning of panel event.