ComponentOne True DataControl 8.0
Recordset Property

 

Recordset Property

Returns the ADO recordset object representing control’s data.

Syntax

TData.Recordset

Remarks

Read-only at run time. Not available at design time. Property applies to TData control and TDataLite control.

The Recordset property returns the ADO recordset object representing the TData control’s data, its recordset. This is a standard ADO recordset, so the programmer can use ADO recordset methods, such as Update, Delete, etc., to manipulate the TData control and its data. See Using the Recordset property for details.

The Recordset property is read-only, meaning you can’t set it in code. If you want to base a TData control on an existing ADO recordset object, set the SourceRecordset property.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback