Data.Win.ADODB.TADOCommand.Properties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Properties: Properties read GetProperties;

C++

__property Winapi::Adoint::_di_Properties Properties = {read=GetProperties};

Properties

Type Visibility Source Unit Parent
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOCommand

Description

Properties is the implementation of the Properties Collection object.

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.

See Also