[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |