Datasnap.Provider.TPutFieldProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPutFieldProc = procedure(Info: PPutFieldInfo) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.Provider.pas
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