System.Bindings.CustomScope.TScopeClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScopeClass = class of TCustomScope;

C++

typedef System::TMetaClass* TScopeClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope System.Bindings.CustomScope

Description

TScopeClass defines the metaclass for TCustomScope.

TScopeClass is the metaclass for TCustomScope. Its value is the class reference for TCustomScope or for one of its descendants.

See Also