FireDAC.Stan.Option.TFDMapRules.Add

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRules

説明

新しい TFDMapRule オブジェクトを、コレクションに追加します。

Add メソッドを呼び出すと、新しい空の TFDMapRule オブジェクトをコレクションに追加します。

関連項目