DesignIntf.TClassWrapper.ClassNameIs

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also