ComponentOne Query 8.0
EditedValue Property

Syntax

C1QueryFrame.EditedValue= Variant

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 value stored in the query item. Normally, setting this property is not necessary. The new value will be assigned to the item’s RightSideValue/LeftSideValue in the end of the editing process, without setting this property. However, if you want to keep the values in the item synchronized with the value entered by the user at all times, you can set the EditedValue, EditedValueText properties from code.

See Also

EditedValueText property

Editing values

 

 


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

Product Support Forum  |  Documentation Feedback