ComponentOne Query 8.0
Render Method

Syntax

C1QueryFrame.Render

Notes

Method applies to C1QueryFrame control.

Arguments

None

Return Value

None

Description

This method generates HTML and renders it on the control’s surface changing control display.

When the end user modifies the query by menu selection or constant value editing, the changes are reflected (rendered) on the control display surface automatically, you don’t need to call Render.

After modifying query items from code, programmatically, you need to call Render to update display. This allows you to avoid flickering, updating display after each separate change, while you are performing batch changes.

Make sure you call Render when you are done with programmatic changes. Failure to call Render leaves the control in an unstable state and causes unpredictable behavior.

See Also

Accessing and Modifying Query Items

 

 


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

Product Support Forum  |  Documentation Feedback