oi10:presentation_server:selpropchanged_event_propertygrid

SELPROPCHANGED event (PropertyGrid)

Fired when the currently selected property changes.

bForward = SELPROPCHANGED( CtrlEntID,

                              CtrlClassID,

                              PrevPropertyName,

                              NextPropertyName )
 
NameDescription
ctrlEntIDFully qualified name of the Property Grid receiving the event.
ctrlClassIDType of control receiving the event. In this case "PROPERTYGRID".
PrevPropertyNameName of the property item that was selected.
NextPropertyNameName of the property item that is now selected.

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 SELPROPCHANGED promoted event to set the GOTFOCUSVALUE for the control.

N/A

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