DesignIntf.IHostForm.SetCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetCaption(const ACaption: string);

C++

virtual void __fastcall SetCaption(const System::UnicodeString ACaption) = 0 ;

Eigenschaften

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


Beschreibung

Setzt den dem Formular zugeordneten Titel. Die Methode setzt den Titel des Formulars auf den im Parameter ACaption angegebenen Wert.

Siehe auch