Bde.DBTables.TParamList.Buffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Buffer: PAnsiChar read FBuffer;

C++

__property char * Buffer = {read=FBuffer};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TParamList

Description

Contains all parameter strings for the parameter list.

Buffer is used internally to store parameters in the parameter list object. While applications can parse this list, there is usually no need to do so.

See Also