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

TSystemEvent

Declaration

Source position: sysmsg.pas line 40

type TSystemEvent = record

  case typ: TSystemMessage of

    SysClose: (

        CloseTyp: LongInt;

      );

    SysResize: (

        X: LongInt;

        Y: LongInt;

      );

    SysPaste: (

        P: PAnsiChar;

        Len: LongInt;

      );

end;


Documentation generated on: 2026-03-03