VLFormDesigner Reference

EventLoadFormData

See Also See Also Applies To Applies To

This event occurs when form level data needs to be read from the archive.

 

Syntax

Private Sub object_LoadFormData (aPropBag As CPropertyBag)

 

The LoadFormData event syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
aPropBag An object of type CPropertyBag which will holds the data in the form of key, value pairs. You can read previously stored data using ReadProperty method of the property bag object.

 

Remark

This event will be triggered once when the LoadLayout or LoadLayoutEx is called.

This event allows you to read any form level information that you have previously store along with the form layout information.