DesignIntf.IHostForm.SetCaption
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IHostForm | |
Delphi
procedure SetCaption(const ACaption: string);
C++
virtual void __fastcall SetCaption(const System::UnicodeString ACaption) = 0 ;
Description
Sets the caption associated with the form. It sets the caption of the form to the value indicated by the ACaption parameter.