RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.Caption Property

Specifies the text label that appears at the top of the column.

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

Use Caption to get or set the caption for the column in the adapter grid. The caption is the text label that appears at the top of the column.  

To change the appearance or layout of the caption, use the CaptionAttribute property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!