DK11 for Delphi | GisInternals.GetSQLParamFromPath | Enums | Fields | Methods | Types
Read single parameter from TTKLS or TTKPS file. If _path is not pointing to the file then will be treated as CRLF or '\n' delimited list of parameters.
// Delphi function GetSQLParamFromPath( const _path : String; const _name : String; var _value : String ) : Integer;
// C++ Builder extern DELPHI_PACKAGE int GetSQLParamFromPath( const UnicodeString _path, const UnicodeString _name, UnicodeString &_value );
Name | Type | Description |
---|---|---|
_path | String | path or list of parameters |
_name | String | name of the parameter |
_value | String | read value of the parameter |
Type | Description |
---|---|
Integer | Provider ID. |