RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetButton.Caption Property

Specifies the caption that appears on the button.

Pascal
property Caption: string;
C++
__property AnsiString Caption;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!