You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Object - CreateInstance Event
CreateInstance is signalled when an instance of a component is created
Member of Object (PRIM_OBJT)

Details


The CreateInstance event is fired when an object instance is created.
Its primary purpose is to be a place to set default state for the object.
The CreateInstance event precedes the Initialize event which is only fired when a control is first visualized.

See also

All Component Classes
Technical Reference

  • No labels