MidItems.TWebButton.Caption
From RAD Studio API Documentation
Delphi
property Caption: string read GetCaption write SetCaption stored IsCaptionStored;
C++
__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption, stored=IsCaptionStored};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | MidItems.pas MidItems.hpp |
MidItems | TWebButton |
Description
Specifies the caption that appears on the button.
Use Caption to specify the caption that appears on the generated HTML button. The value of Caption is used as the value of a VALUE parameter on the HTML input tag generated to implement the button.