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

TKRect

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: kcontrols.pas line 372

type TKRect = class(TPersistent)

protected

  procedure Changed;

  

public

  constructor Create;

  

  procedure Assign(); override;

  

  procedure AssignFromRect();

  

  procedure AssignFromValues();

  

  function ContainsPoint();

  

  function EqualProperties();

  

  function NonZero;

  

  function OffsetRect();

  

  property All: Integer; [w]

  

  property OnChanged: TNotifyEvent; [rw]

  

published

  property Left: Integer; [rw]

  

  property Top: Integer; [rw]

  

  property Right: Integer; [rw]

  

  property Bottom: Integer; [rw]

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

end;

Inheritance

TKRect

  

|

TObject



CT Web help

CodeTyphon Studio