|
RAD Studio VCL Reference
|
DoSetControlText changes the text of the attached TControl.
procedure DoSetControlText(const Value: string); virtual;
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!
|