Data.Bind.Components.CreateBindCompProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

CreateBindCompProc: function (AOwner: TComponent; BindCompClass: TContainedBindCompClass): TContainedBindComponent = nil;

C++

extern DELPHI_PACKAGE TContainedBindComponent* __fastcall (*CreateBindCompProc)(System::Classes::TComponent* AOwner, TContainedBindCompClass BindCompClass);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Beschreibung

Wird nur intern verwendet.

Die Variable CreateBindCompProc dient nur dem internen Gebrauch. Verwenden Sie CreateBindCompProc in Anwendungen nicht.

Siehe auch