Class TUndoToBack

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoToBack = class(TCustomUndoChangeOrder)

Description

TUndoToBack moves the selected TScreenObjects to the beginning 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 TUndoToBack does. It is used in menu captions and hints.

Public procedure DoCommand; override;

DoCommand moves the selected TScreenObjects to the beginning 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