Class TUndoToFront

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoToFront = class(TCustomUndoChangeOrder)

Description

TUndoToFront moves the selected TScreenObjects to the end of the list of TScreenObjects.

Hierarchy

Overview

Methods

Protected function Description: string; override;
Public procedure DoCommand; override;
Public procedure Undo; override;

Description

Methods

Protected function Description: string; override;

Description describes what this TUndoToFront does. It is used in menu captions and hints.

Public procedure DoCommand; override;

DoCommand moves the selected TScreenObjects to the end of the list of TScreenObjects.

Public procedure Undo; override;

Undo restore the original order of the TScreenObjects.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:06