Class TframeInitialGridPosition

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeInitialGridPosition = class(TFrame)

Description

TframeInitialGridPosition specifies the initial position of the grid. It has controls for specifying the X, Y, and Z coordinates of the grid origin as well as the grid angle and vertical exaggeration.

Hierarchy

Overview

Fields

Implicit rdeAngle: TRbwDataEntry;
Implicit lblGridAngle: TLabel;
Implicit rdeExaggeration: TRbwDataEntry;
Implicit lblVerticalExaggeration: TLabel;
Implicit lblGridOrigin: TLabel;
Implicit rdeX: TRbwDataEntry;
Implicit lblOriginX: TLabel;
Implicit rdeY: TRbwDataEntry;
Implicit lblOriginY: TLabel;
Implicit rdeZ: TRbwDataEntry;
Implicit lblOriginZ: TLabel;

Description

Fields

Implicit rdeAngle: TRbwDataEntry;

rdeAngle is used to specify the grid angle.

Implicit lblGridAngle: TLabel;

lblGridAngle labels rdeAngle.

Implicit rdeExaggeration: TRbwDataEntry;

rdeExaggeration is used to specify the vertical exaggeration.

Implicit lblVerticalExaggeration: TLabel;

lblVerticalExaggeration labels rdeExaggeration.

Implicit lblGridOrigin: TLabel;

lblGridOrigin labels the group of controls that specify the grid origin.

See also
rdeX
rdeX is used to specify X-coordinate of the grid origin.
rdeY
rdeY is used to specify X-coordinate of the grid origin.
rdeZ
rdeZ is used to specify X-coordinate of the grid origin.
Implicit rdeX: TRbwDataEntry;

rdeX is used to specify X-coordinate of the grid origin.

Implicit lblOriginX: TLabel;

lblOriginX labels rdeX.

Implicit rdeY: TRbwDataEntry;

rdeY is used to specify X-coordinate of the grid origin.

Implicit lblOriginY: TLabel;

lblOriginY labels rdeY.

Implicit rdeZ: TRbwDataEntry;

rdeZ is used to specify X-coordinate of the grid origin.

Implicit lblOriginZ: TLabel;

lblOriginZ labels rdeZ.


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