Unit 'kgrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKGridRect

Declaration

Source position: kgrids.pas line 517

type TKGridRect = record

  case Integer of

    0: (

        Col1: Integer;

  

        Row1: Integer;

  

        Col2: Integer;

  

        Row2: Integer;

  

      );

    1: (

        Cell1: TKGridCoord;

  

        Cell2: TKGridCoord;

  

      );

end;



CT Web help

CodeTyphon Studio