Handler called when the form becomes visible.
Source position: forms.pp line 813
public property TCustomForm.OnShow : TNotifyEvent |
OnShow is a TNotifyEvent property with the event handler signalled (when assigned) when the form becomes visible. It is signalled from the DoShow method when the CM_SHOWINGCHANGED control messages is handled for the form, and when queued OnResize and OnChangeBounds events are executed for the form.
Create and assign a procedure to OnShow to perform any actions needed when the Visible property for the form is set to True.
CT Web help |
CodeTyphon Studio |