Data.Bind.Components.TContainedBindCompClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TContainedBindCompClass = class of TContainedBindComponent;

C++

typedef System::TMetaClass* TContainedBindCompClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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