DEFERREFRESHUNTILVISIBLE keyword

Applies To

Collection specifications

Property: Collections

Description

Defers the Refresh operation of a collection until any component bound to it or to one of its properties is visible.

Syntax

DEFERREFRESHUNTILVISIBLE( )

Remarks

The DEFERREFRESHUNTILVISIBLE( ) keyword improves the performance of forms that contain subcollections on notebook tabs. Any pending Refresh operations are performed only when the user clicks on a notebook tab.

Example

Acme.LanguageIDs( OBJNAME(oLanguageIDs) DEFERREFRESHUNTILVISIBLE() )