Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Object - CreateInstance Event

Panel
bgColor#2c3c4c

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