DesignIntf.IHostForm.GetCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCaption: string;

C++

virtual System::UnicodeString __fastcall GetCaption(void) = 0 ;

Eigenschaften

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


Beschreibung

Gibt den dem Formular zugeordneten Titel zurück.

Mit GetCaption können Sie einen String ermitteln, der den Titel des Formulars repräsentiert.

Siehe auch