RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Properties Property

Provides read-only access to the Properties property of the ADO Parameter object.

Pascal
property Properties: Properties;
C++
__property Properties Properties;

Read Properties to get the values of the Properties property of the ADO Parameter object that corresponds to the TParameter object.

Note: Directly accessing the underlying ADO Parameter object requires a good working knowledge of ADO objects in general and the ADO Parameter object in specific. We do not recommend that you use the Parameter object directly, unless you are familiar with Parameter object operations. Consult the Microsoft Data Store SDK help for specific information on using ADO Parameter objects.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!