Data.Win.ADODB.TParameter.LoadFromFile
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
| Unit: Data.Win.ADODB | |
| Parent: TParameter | |
Delphi
procedure LoadFromFile(const FileName: string; DataType: TDataType);
C++
void __fastcall LoadFromFile(const System::UnicodeString FileName, TDataType DataType);
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.