Class TPositionPropSave
Unit
PropSaveMain
Declaration
type TPositionPropSave = class(TCustomPropSave)
Description
provides re/storing of position of TControl descendand components
Hierarchy
Overview
Methods
|
function CanSave(Comp: TComponent): boolean; override; |
Properties
|
property LimitToRect: boolean read FLimitToRect write FLimitToRect default false; |
|
property LimitRect: TLimitRect read FLimitRect write FLimitRect; |
Description
Methods
|
function CanSave(Comp: TComponent): boolean; override; |
indicates whether re/storing of Components from parameter is supported by TPositionPropSave
|
Properties
|
property LimitToRect: boolean read FLimitToRect write FLimitToRect default false; |
defines whether position of components are limited to "LimitRect" after restoring
|
|
property LimitRect: TLimitRect read FLimitRect write FLimitRect; |
defines Limit rectangle, component after restoring will be moved to rectangle if is out of rectangle
|
Generated by PasDoc 0.15.0.
|