Unit 'cyClasses' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyRunTimeDesign

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

Declaration

Source position: cyClasses.pas line 79

type TcyRunTimeDesign = class(TPersistent)

protected

  FSavCursor: TCursor;

  

  FHandledControl: TControl;

  

  FBoundsRect: TRect;

  

  FFromX: Integer;

  

  FFromY: Integer;

  

public

  constructor Create(); virtual;

  

  procedure Assign(); override;

  

  function DetermineJobAtPos();

  

  procedure StartJob();

  

  procedure DoJob();

  

  procedure EndJob();

  

  property Control: TControl; [rw]

  

  property Job: TRunTimeDesignJob; [rw]

  

  property JobAtPos: TRunTimeDesignJob; [rw]

  

published

  property AllowMove: Boolean; [rw]

  

  property AllowResizeTop: Boolean; [rw]

  

  property AllowResizeLeft: Boolean; [rw]

  

  property AllowResizeRight: Boolean; [rw]

  

  property AllowResizeBottom: Boolean; [rw]

  

  property OutsideParentRect: Boolean; [rw]

  

  property ResizeBorderSize: Word; [rw]

  

  property ParentControl: Boolean; [rw]

  

end;

Inheritance

TcyRunTimeDesign

  

|

TObject



CT Web help

CodeTyphon Studio