RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetCaption Method

Sets the caption of a control if the client is linked to the action for this event.

Pascal
procedure SetCaption(const Value: string); override;
C++
virtual __fastcall SetCaption(const AnsiString Value);

SetCaption sets the caption of a control, and is called only if the client is linked for this event. Value specifies the string to which the caption should be set. 

 

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