Data.DB.RegisterFieldsProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RegisterFieldsProc: procedure(const FieldClassess: array of TFieldClass) = nil;

C++

extern DELPHI_PACKAGE void __fastcall (*RegisterFieldsProc)(TFieldClass const *FieldClassess, const System::NativeInt FieldClassess_High);

Properties

Type Visibility Source Unit Parent
variable public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Internally used by the DB design packages.

The RegisterFieldsProc variable is used internally by the DB design packages to register the fields that will appear in the new field dialog box. RegisterFieldsProc is related to the RegisterFields method.

See Also