Data.Bind.Components.EnumRegisteredBindCompFactoriesProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EnumRegisteredBindCompFactoriesProc: procedure(Proc: TEnumBindCompFactoryProc; Info: Pointer) = nil;

C++

extern DELPHI_PACKAGE void __fastcall (*EnumRegisteredBindCompFactoriesProc)(TEnumBindCompFactoryProc Proc, void * Info);

Properties

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

Description

For internal use only.

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

See Also