|
RAD Studio VCL Reference
|
Sets the value of the Caption property.
procedure SetCaption(const Value: String); override;
virtual __fastcall SetCaption(const AnsiString Value);
SetCaption is the protected write implementation of the Caption property. It sets the Caption property to Value, and then calls the Changed method so that the collection can update itself.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|