Bde.DBTables.TParamList.Buffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TParamList

Delphi

property Buffer: PAnsiChar read FBuffer;

C++

__property char * Buffer = {read=FBuffer};

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