DesignIntf.IClass.ClassNameIs

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also