RAD Studio VCL Reference
|
Returns a string containing the class name.
function ToString: string; override;
virtual __fastcall AnsiString ToString();
By default, the System::TObject::ToString returns a string containing the class name of the instance that is being called.
Calling System::TObject::ToString on a TButton instance returns a string containing "TButton".
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|