Contents - Index - Previous - Next


LoadedEvents property



Applies to
TProfGrid component

Declaration
property LoadedEvents: TProfGridLoadedEvents;

Description

Provides a way to optionally trigger the OnSelectCell and OnClick events after the parent form file has been read into memory.

The property is provided for optional handling of the "first time first cell is about to be selected" case.

Note:  If you decide to trigger one or both events after the form file has been read into memory, be aware of the fact that the events will be called before the FormCreate event of the form.