Class TDeleteSegmentTool

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDeleteSegmentTool = class(TCustomModifyGeometryTool)

Description

TDeleteSegmentTool is used to delete a segment in a TScreenObject.

Hierarchy

Overview

Methods

Protected function GetHint: string; override;
Protected procedure SetCursorAtLocation(const X, Y: Integer); override;
Protected procedure DoEdit(const X, Y: integer); override;

Description

Methods

Protected function GetHint: string; override;

Used to define Hint

Protected procedure SetCursorAtLocation(const X, Y: Integer); override;

SetCursorAtLocation changes the cursor depending on whether or not the mouse is over a TScreenObject or not.)

Protected procedure DoEdit(const X, Y: integer); override;

DoEdit deletes a segment in a TScreenObject.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43