RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.CommandObject Property

Provides direct access to the ADO command object.

Pascal
property CommandObject: _Command;
C++
__property _Command CommandObject;

Use CommandObject to get direct access to the ADO command object the command component represents. Accessing the underlying command object is especially useful for utilizing properties and methods not surfaced in TADOCommand.

Note: Use of CommandObject to directly access the underlying ADO command object requires a good working knowledge of ADO objects in general and the ADO command object in specific. It is not recommended that you use the command object directly unless familiar with command object operations. Consult the Microsoft Data Store SDK help for specific information on using ADO command objects.
 

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