Unit 'ovcdata' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_orpheus]

TOvcCmdRec

Declaration

Source position: ovcdata.pas line 341

type TOvcCmdRec = packed record

  case Byte of

    0: (

        Key1: Byte;

  

        SS1: Byte;

  

        Key2: Byte;

  

        SS2: Byte;

  

        Cmd: Word;

  

      );

    1: (

        Keys: LongInt;

  

      );

end;



CT Web help

CodeTyphon Studio