DesignIntf.IHostForm.Caption
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
property Caption: string read GetCaption write SetCaption;
C++
__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption};
Description
Specifies the caption associated with the form. It gets or sets the caption of the form.