Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TWBHandlerMessage

Declaration

Source position: workbench.pas line 532

type TWBHandlerMessage = record

  wbhm_Message: TMessage;

  wbhm_type: TWBHM_type;

  wbhm_Data: record

    case Integer of

      0: (

          Open: record

            Name: STRPTR;

          end;

        );

      1: (

          Update: record

            Name: STRPTR;

            Type_: LongInt;

          end;

        );

  end;

end;


Documentation generated on: 2023-03-18