Data.DB.RegisterFieldsProc

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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