DesignIntf.TClassWrapper.ClassNameIs
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source:  DesignIntf.pas DesignIntf.hpp 
 | |
| Unit: DesignIntf | |
| Parent: TClassWrapper | |
Delphi
function ClassNameIs(const AClassName: string): Boolean;
C++
HIDESBASE bool __fastcall ClassNameIs(const System::UnicodeString AClassName);
Description
Indicates whether the class name is the same as the specified string.
Use ClassNameIs to test the name of the class the TClassWrapper instance wraps.