RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlProperties.DoSetControlText Method

DoSetControlText changes the text of the attached TControl.

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

DoSetControlText changes the text of the attached TControl. As implemented in TControlProperties, DoSetControlText simply returns. DoSetControlText is expected to be implemented in descendant classes. 

 

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