ComponentOne True DataControl 8.0
Visible Property (Field)

Sets/returns whether a field is exposed to data consumers.

Syntax

Field.Visible= boolean

Remarks

Read/Write at run time and design time. Property applies to Field object.

This property determines whether the field is exposed to data-aware controls.

If set to True (default), the field is included in the Recordset and exposed to the bound controls and other clients.

If set to False, the field is hidden from bound controls and other clients and excluded from Recordset. It still can be used by the TData control and all its dependent TData controls internally, in expressions and in the collection returned by the Fields property.

For more information, see True DataControl Fields.

 

 


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

Product Support Forum  |  Documentation Feedback