Data.Bind.Components.GetBindCompDesignerProc

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

GetBindCompDesignerProc: function (AClass: TContainedBindCompClass): IBindCompDesigner = nil;

C++

extern DELPHI_PACKAGE _di_IBindCompDesigner __fastcall (*GetBindCompDesignerProc)(TContainedBindCompClass AClass);

Description

For internal use only.

GetBindCompDesignerProc is a variable for internal use only. Do not use GetBindCompDesignerProc in applications.

See Also