guides:oi10:presentation_server:propchanged_event_propertygrid

PROPCHANGED event (PropertyGrid)

Fired when the user has edited and changed a property value.

bForward = PROPCHANGED( CtrlEntID,

                           CtrlClassID,

                           PropertyName,

                           PropertyValue )
NameDescription
ctrlEntIDFully qualified name of the Property Grid receiving the event.
ctrlClassIDType of control receiving the event. In this case "PROPERTYGRID".
PropertyNameName of the property item that has changed.
PropertyValueValue that was changed.

TRUE$ or FALSE$. If FALSE$, the program execution returns to the calling procedure. If TRUE$, the event processing goes to the next level.

The system uses the PROPERTYGRID PROPCHANGED promoted event to validate a property with an Iconv attribute.

N/A

  • guides/oi10/presentation_server/propchanged_event_propertygrid.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1