ComponentOne True DataControl 8.0
QueryMode Property

 

QueryMode Property

If True, the control is in query mode.

Syntax

TData.QueryMode = boolean

Remarks

Read/Write at run time and design time.
Property applies to TData control and TDataLite control.

If set to True, the TData control is in query mode. If set to True at design time, the control enters query mode on startup.

Setting this property to False terminates query mode, generates QueryFilter and applies the filter to the TData control.

This property can be set to True only in data source mode (DataMode = 0 – DataSource).

Default: False.

See Query Mode for details.

Note: At design time, this property is not available in the property pages and must be set in the Visual Basic Properties window.

See Also

TData Control

 

 


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

Product Support Forum  |  Documentation Feedback