Unit 'SysMsg' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#fv]

TSystemEvent

Declaration

Source position: sysmsg.pas line 35

type TSystemEvent = record

  case typ: TSystemMessage of

    SysClose: (

        CloseTyp: LongInt;

      );

    SysResize: (

        X: LongInt;

        Y: LongInt;

      );

end;


Documentation generated on: 2023-03-18