TFDDatSAggregate Delphi property DataType: TFDDataType read GetDataType; C++ __property Firedac::Stan::Intf::TFDDataType DataType = {read=GetDataType, nodefault}; MediaWiki:NoContent…
126バイト (20 語) - 2024年12月5日 (木) 10:20
IFDStanExpressionEvaluator Delphi property DataType: TFDDataType read GetDataType; C++ __property TFDDataType DataType = {read=GetDataType}; MediaWiki:NoContent…
156バイト (16 語) - 2013年7月7日 (日) 01:36
TOCISelectItem Delphi property DataType: TOCIVarDataType read GetDataType; C++ __property TOCIVarDataType DataType = {read=GetDataType, nodefault}; MediaWiki:NoContent…
150バイト (17 語) - 2016年2月25日 (木) 21:48
Delphi property DataType: TFDDataType read FDataType write SetDataType C++ __property Firedac::Stan::Intf::TFDDataType DataType = {read=FDataType, write=SetDataType…
120バイト (25 語) - 2024年12月5日 (木) 10:53
property DataType: TOCIDirecPathDataType read GetDataType write SetDataType; C++ __property TOCIDirecPathDataType DataType = {read=GetDataType, write=SetDataType…
172バイト (21 語) - 2016年2月25日 (木) 21:25
property DataType: TOCIVarDataType read FDataType write SetDataType; C++ __property TOCIVarDataType DataType = {read=FDataType, write=SetDataType, nodefault};…
146バイト (21 語) - 2016年2月25日 (木) 22:03
Delphi property DataType: enum_field_types read GetDataType write SetDataType; C++ __property Firedac::Phys::Mysqlcli::enum_field_types DataType = {read=GetDataType…
148バイト (28 語) - 2016年7月1日 (金) 22:45
property DataType: TFDTextDataType read FDataType write FDataType default atOther; C++ __property TFDTextDataType DataType = {read=FDataType, write=FDataType…
148バイト (24 語) - 2014年7月16日 (水) 00:02
property DataType: TFDJsonDataType read FDataType write FDataType default jtOther; C++ __property TFDJsonDataType DataType = {read=FDataType, write=FDataType…
148バイト (24 語) - 2017年12月24日 (日) 01:10
TFDAggregate Delphi property DataType: TFDDataType read GetDataType; C++ __property Firedac::Stan::Intf::TFDDataType DataType = {read=GetDataType, nodefault}; この集計値のデータ型を返します。…
584バイト (63 語) - 2013年8月20日 (火) 16:59
property DataType: TFieldType read FDataType write SetDataType default ftUnknown; C++ __property Data::Db::TFieldType DataType = {read=FDataType, write=SetDataType…
910バイト (120 語) - 2014年10月8日 (水) 06:34
property DataType: TFDMacroDataType read FDataType write SetDataType default mdRaw; C++ __property TFDMacroDataType DataType = {read=FDataType, write=SetDataType…
807バイト (112 語) - 2014年9月26日 (金) 08:24
オブジェクトの値を、DataType を変更することなく、文字列に割り当てます。値を文字列に設定し、DataType を変更する AsString プロパティとは異なり、テキスト プロパティの設定は、文字列をパラメータの DataType に変換し、値をそれに準じて設定します。 DataType AsString…
1キロバイト (118 語) - 2014年12月18日 (木) 09:46
TFDParam オブジェクトの DataType が ftDataSet で、TDataSet オブジェクトがパラメータ値に割り当てられている場合に、、IsDataSet プロパティは TRUE を返し、そうでなければ FALSE を返します。 IsDatasets DataType…
993バイト (96 語) - 2014年12月18日 (木) 09:44
{read=GetIsObject, nodefault}; DataType が ftDataSet または ftStream で、TObject 値が割り当てられているかどうかを示します。 IsObject プロパティは、TFDParam オブジェクトの DataType が ftDataSet または ftStream に設定され、TObject…
1,007バイト (99 語) - 2014年12月18日 (木) 09:45
IsStream = {read=GetIsStream, nodefault}; DataType が ftStream で、TStream 値が割り当てられているかどうかを示します。 TFDParam オブジェクトの DataType が ftStream で、TStream 値が割り当てられている場合、IsStream…
940バイト (86 語) - 2014年12月18日 (木) 09:45
IsStreams[int AIndex] = {read=GetIsStreams}; DataType が ftStream で、TStream 値が割り当てられているかどうかを示します。 TFDParam オブジェクトの DataType が ftStream で、TStream オブジェクトが配列値パラメータの…
1,015バイト (95 語) - 2014年12月18日 (木) 09:45
{read=GetIsDatasets}; DataType が ftDataSet かどうか、および、TDataSet オブジェクトがパラメータ値に割り当てられているかどうかを示します。 TFDParam オブジェクトの DataType が ftDataSet で、TDataSet オブジェクトが配列値パラメータの…
1キロバイト (106 語) - 2014年12月18日 (木) 09:44
AIndex] = {read=GetIsObjects}; DataType が ftDataSet または ftStream で、TObject 値が割り当てられているかどうかを示します。 TFDParam オブジェクトの DataType が ftDataSet または ftStream で、TObject…
1キロバイト (108 語) - 2014年12月18日 (木) 09:45
プロパティの型によって変わる、データの長さを示します。 GetDataLength メソッドを呼び出すと、パラメータ値の長さをFireDAC データベース ドライバへ転送されるのと同じ形式で、取得することができます。SizeOf メソッドは、TFDParam オブジェクトの DataType をパラメータとして受け取り、そのフィールド長を返します。…
1キロバイト (139 語) - 2014年12月18日 (木) 09:44