DesignIntf.TClassWrapper.ClassNameIs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClassNameIs(const AClassName: string): Boolean;

C++

HIDESBASE bool __fastcall ClassNameIs(const System::UnicodeString AClassName);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TClassWrapper

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.

See Also