Data.DB.TParam.NativeStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NativeStr: string read FNativeStr write FNativeStr;

C++

__property System::UnicodeString NativeStr = {read=FNativeStr, write=FNativeStr};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TParam

Description

Indicates the value of the parameter as a string, using the character set of the database table.

Use NativeStr to obtain a string version of the parameter value that uses the character set (code page) associated with the underlying database table.

See Also