Class TSelectedVertexItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSelectedVertexItem = class(TCollectionItem)

Description

TSelectedVertexItem is used to store or read whether a vertex in a TScreenObject is selected or not.

Hierarchy

Overview

Fields

Private FVertexSelected: boolean;

Properties

Published property VertexSelected: boolean read FVertexSelected write FVertexSelected;
Published property NodeSelected: boolean read FVertexSelected write FVertexSelected stored False;

Description

Fields

Private FVertexSelected: boolean;

FVertexSelected: boolean; FVertexSelected stores whether a vertex is selected. See VertexSelected.

Properties

Published property VertexSelected: boolean read FVertexSelected write FVertexSelected;

VertexSelected stores whether a vertex is selected.

Published property NodeSelected: boolean read FVertexSelected write FVertexSelected stored False;

NodeSelected is an alias for VertexSelected. It is maintained for backwards compatibility only.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:46