DesignIntf.IClass.ClassNameIs
Delphi
function ClassNameIs(const AClassName: string): Boolean;
C++
virtual bool __fastcall ClassNameIs(const System::UnicodeString AClassName) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IClass |
Description
Returns True if the class name equals the given string.
ClassNameIs determines whether the class name matches the string specified by the Name parameter.