FireDAC.Stan.Option.TFDMapRules.Add

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Add: TFDMapRule; overload;
procedure Add(APrecMin, APrecMax, AScaleMin, AScaleMax: Integer;  ASourceDataType, ATargetDataType: TFDDataType); overload;
procedure Add(ASizeMin, ASizeMax: Integer;  ASourceDataType, ATargetDataType: TFDDataType); overload;
procedure Add(ASourceDataType, ATargetDataType: TFDDataType); overload;

C++

HIDESBASE TFDMapRule* __fastcall Add()/* overload */;
HIDESBASE void __fastcall Add(int APrecMin, int APrecMax, int AScaleMin, int AScaleMax, Firedac::Stan::Intf::TFDDataType ASourceDataType, Firedac::Stan::Intf::TFDDataType ATargetDataType)/* overload */;
HIDESBASE void __fastcall Add(int ASizeMin, int ASizeMax, Firedac::Stan::Intf::TFDDataType ASourceDataType, Firedac::Stan::Intf::TFDDataType ATargetDataType)/* overload */;
HIDESBASE void __fastcall Add(Firedac::Stan::Intf::TFDDataType ASourceDataType, Firedac::Stan::Intf::TFDDataType ATargetDataType)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRules


Description

Ajoute un nouvel objet TFDMapRule à une collection.

Appelez la méthode Add pour ajouter un nouvel objet TFDMapRule vide à une collection.

Voir aussi