DK11 for Delphi | GisInternals.GetClassName | Enums | Fields | Methods | Types
Returns the name of the class.
// Delphi function GetClassName( const _obj : TObject ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString GetClassName( TObject* const _obj );
Name | Type | Description |
---|---|---|
_obj | TObject | Object. |
Type | Description |
---|---|
String | Class Name of an object. |