RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.Properties Property

Properties is the implementation of the Properties Collection object.

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

Use Properties to get direct access to the ADO Properties Collection for the ADO Command object represented by the ADO command component. A Properties Collection object is a container for one or more Property objects. Each Property object corresponds to a characteristic of an ADO object, here an ADO Command object.

Note: The use of Properties to directly access the underlying ADO Properties Collection object requires a good working knowledge of ADO objects in general and ADO Properties Collection objects in specific. Consult the Microsoft Data Store SDK help for specific information on using ADO Properties Collection objects.
 

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