ComponentOne Query 8.0
Default Editing

By default, C1QueryFrame provides special editors for the following cases:

This editing behavior is built in; you don’t have to implement it in code.

If you want to disable special editing of date/time, numeric and Boolean types, set the TypedEditing property to False. Then all data types will be edited in a simple edit box. The special typed editing can also be disabled on a field-by-field basis. To disable typed editing for a particular field, set the TypedEditing argument of the BeforeEdit event to False.

A special property of the C1QueryFrame control, FormatDate specifies date format. Default editing supports long and short date, with or without time. If you want more sophisticated formats for dates or other data types, implement your own custom editors, see Custom Editing.

 

 


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

Product Support Forum  |  Documentation Feedback