Datasnap.Provider.TPutFieldProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TPutFieldProc)(PPutFieldInfo Info);

Properties

Type Visibility Source Unit Parent
typedef public Datasnap.Provider.hpp Datasnap.Provider Datasnap.Provider

Description

Allows to decide the procedure used when adding a new field to a dataset.

A variable of the TPutFieldProc type references a procedure used when adding a new field to a dataset.

See Also