Class TPositionPropSave

Unit

Declaration

type TPositionPropSave = class(TCustomPropSave)

Description

provides re/storing of position of TControl descendand components

Hierarchy

Overview

Methods

Public function CanSave(Comp: TComponent): boolean; override;

Properties

Published property LimitToRect: boolean read FLimitToRect write FLimitToRect default false;
Published property LimitRect: TLimitRect read FLimitRect write FLimitRect;

Description

Methods

Public function CanSave(Comp: TComponent): boolean; override;

indicates whether re/storing of Components from parameter is supported by TPositionPropSave

Properties

Published property LimitToRect: boolean read FLimitToRect write FLimitToRect default false;

defines whether position of components are limited to "LimitRect" after restoring

Published 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.