Vcl.Forms.TForm.OnShow
Delphi
property OnShow;
C++
__property OnShow;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TForm |
Description
Occurs when the form is shown (that is, when its Visible property is set to true).
Vcl.Forms.TForm.OnShow inherits from Vcl.Forms.TCustomForm.OnShow. All content below this line refers to Vcl.Forms.TCustomForm.OnShow.
Occurs when the form is shown (that is, when its Visible property is set to true).
Use OnShow to perform special processing when the form is shown (that is, when the form's Visible property is set to true).
See Also
Code Examples