DesignIntf.IHostForm.Caption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caption: string read GetCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


Beschreibung

Gibt den dem Formular zugeordneten Titel an. Mit dieser Eigenschaft wird der Titel des Formulars ermittelt oder gesetzt.

Siehe auch