API:FireDAC.Stan.Option.TFDMapRules.Add

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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(void)/* 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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRules

Beschreibung

Erzeugt eine neue Instanz von TCollectionItem und fügt sie zu dem Array Items hinzu.

FireDAC.Stan.Option.TFDMapRules.Add erbt von System.Classes.TCollection.Add. Der folgende Inhalt bezieht sich auf System.Classes.TCollection.Add.

Erzeugt eine neue Instanz von TCollectionItem und fügt sie zu dem Array Items hinzu.

Rufen Sie zum Erstellen eines Eintrags in der Kollektion Add auf. Der neue Eintrag wird am Ende des Arrays Items hinzugefügt.

Add gibt das neue Element der Kollektion zurück.

Siehe auch