RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParamList.Buffer Property

Contains all parameter strings for the parameter list.

Pascal
property Buffer: PChar;
C++
__property const char * Buffer;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!