Class TframeLocationMethod

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeLocationMethod = class(TFrame)

Description

Hierarchy

Overview

Fields

Implicit lblLocationMethod: TLabel;
Implicit pcLocationChoice: TJvPageControl;
Implicit tabNone: TTabSheet;
Implicit tabObject: TTabSheet;
Implicit comboObject: TComboBox;
Implicit tabLocation: TTabSheet;
Implicit lblX: TLabel;
Implicit lblY: TLabel;
Implicit lblZ: TLabel;
Implicit rdeX: TRbwDataEntry;
Implicit rdeY: TRbwDataEntry;
Implicit rdeZ: TRbwDataEntry;
Implicit tabCell: TTabSheet;
Implicit lblCol: TLabel;
Implicit lblRow: TLabel;
Implicit lblLay: TLabel;
Implicit rdeLay: TRbwDataEntry;
Implicit rdeRow: TRbwDataEntry;
Implicit rdeCol: TRbwDataEntry;
Implicit comboLocationChoice: TJvImageComboBox;
Private FOnChange: TNotifyEvent;
Private FChanging: Boolean;

Methods

Implicit procedure comboLocationChoiceChange(Sender: TObject);
Implicit procedure ControlChange(Sender: TObject);
Private procedure Changed;
Private procedure InitializeControls(var TargetObjects: TStringList);
Private procedure FillListWithMnwBoundaries(ScreenObjectList: TScreenObjectEditCollection; LocalList: TList);
Protected function GetEnabled: boolean; override;
Protected procedure SetEnabled(Value: boolean); override;
Public procedure GetData(ScreenObjectList: TScreenObjectEditCollection);
Public procedure SetData(List: TScreenObjectEditCollection; SetAll, ClearAll: boolean);

Properties

Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property Changing: Boolean read FChanging write FChanging;

Description

Fields

Implicit lblLocationMethod: TLabel;
 
Implicit pcLocationChoice: TJvPageControl;
 
Implicit tabNone: TTabSheet;
 
Implicit tabObject: TTabSheet;
 
Implicit comboObject: TComboBox;
 
Implicit tabLocation: TTabSheet;
 
Implicit lblX: TLabel;
 
Implicit lblY: TLabel;
 
Implicit lblZ: TLabel;
 
Implicit rdeX: TRbwDataEntry;
 
Implicit rdeY: TRbwDataEntry;
 
Implicit rdeZ: TRbwDataEntry;
 
Implicit tabCell: TTabSheet;
 
Implicit lblCol: TLabel;
 
Implicit lblRow: TLabel;
 
Implicit lblLay: TLabel;
 
Implicit rdeLay: TRbwDataEntry;
 
Implicit rdeRow: TRbwDataEntry;
 
Implicit rdeCol: TRbwDataEntry;
 
Implicit comboLocationChoice: TJvImageComboBox;
 
Private FOnChange: TNotifyEvent;
 
Private FChanging: Boolean;
 

Methods

Implicit procedure comboLocationChoiceChange(Sender: TObject);
 
Implicit procedure ControlChange(Sender: TObject);
 
Private procedure Changed;
 
Private procedure InitializeControls(var TargetObjects: TStringList);
 
Private procedure FillListWithMnwBoundaries(ScreenObjectList: TScreenObjectEditCollection; LocalList: TList);
 
Protected function GetEnabled: boolean; override;
 
Protected procedure SetEnabled(Value: boolean); override;
 
Public procedure GetData(ScreenObjectList: TScreenObjectEditCollection);
 
Public procedure SetData(List: TScreenObjectEditCollection; SetAll, ClearAll: boolean);
 

Properties

Public property OnChange: TNotifyEvent read FOnChange write FOnChange;

Private declarations

Public property Changing: Boolean read FChanging write FChanging;
 

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