Data.Bind.Components.TContainedBindCompClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TContainedBindCompClass = class of TContainedBindComponent;

C++

typedef System::TMetaClass* TContainedBindCompClass;

Description

TContainedBindCompClass defines the metaclass for TContainedBindComponent.

TContainedBindCompClass is the metaclass for TContainedBindComponent. Its value is the class reference for TContainedBindComponent or for one of its descendants.

See Also