oi10:presentation_server:propoptions_event_propertygrid

PROPOPTIONS event (PropertyGrid)

Fired when the user has clicked a property item Options button.

bForward = PROPOPTIONS( 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 clicked.
PropertyValueCurrent value of the property item that has been clicked.

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

The usual response to this event would be to display a dialog box to allow the user to choose a new value. This should be used for editing complex property items.

N/A

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