Vcl.Forms.TCustomForm.OnShow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow stored IsForm;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow, stored=IsForm};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Wird ausgelöst, wenn das Formular angezeigt wird (d.h., wenn die Eigenschaft Visible des Formulars auf true gesetzt wird).

Mit OnShow können Sie spezielle Verarbeitungen durchführen, wenn das Formular angezeigt (seine Eigenschaft Visible auf true gesetzt) wird.

Siehe auch

Codebeispiele