ComponentOne Query 8.0
EditedValueText Property

Syntax

C1QueryFrame.EditedValueText= string

Notes

Read/Write at run time. Unavailable at design time. Property applies to C1QueryFrame control.

Description

This property can be used while editing constant values (when Editing=True) to programmatically set the constant’s textual representation stored in the query item. Normally, setting this property is not necessary. The new value will be assigned to the item’s RightSide/LeftSide in the end of the editing process, without setting this property. However, if you want to keep the values and texts in the item synchronized with the value entered by the user at all times, you can set the EditedValueText, EditedValue properties from code.

See Also

EditedValue property

Editing values

 

 


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

Product Support Forum  |  Documentation Feedback