Data.Win.ADODB.TParameter.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const FileName: string; DataType: TDataType);

C++

void __fastcall LoadFromFile(const System::UnicodeString FileName, Data::Db::TFieldType DataType);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

Description

Loads the value of a parameter from a file.

Call LoadFromFile to copy the contents of a file into a parameter.

FileName contains the name of the file from which to copy data.

DataType is the field data type the loaded data is to be treated as.

See Also