Class TframeCustomSutraFeature

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeCustomSutraFeature = class(TFrame)

Description

Hierarchy

Overview

Fields

Implicit pnlBottom: TPanel;
Implicit lblNumTimes: TLabel;
Implicit seNumberOfTimes: TJvSpinEdit;
Implicit btnDelete: TBitBtn;
Implicit btnInsert: TBitBtn;
Implicit pnlGrid: TPanel;
Implicit rdgSutraFeature: TRbwDataGrid4;
Implicit pnlTop: TPanel;
Implicit lblSchedule: TLabel;
Implicit pnlCaption: TPanel;
Implicit comboSchedule: TComboBox;
Private FDeleting: Boolean;
Private FOnActivate: TActivateEvent;
Protected FGettingData: Boolean;
Protected FCheckState: TCheckBoxState;

Methods

Implicit procedure comboScheduleChange(Sender: TObject);
Public procedure btnInsertClick(Sender: TObject);
Public procedure btnDeleteClick(Sender: TObject);
Public procedure seNumberOfTimesChange(Sender: TObject);
Protected procedure UpdateCheckState;
Protected procedure SetScheduleIndex(const ScheduleName: AnsiString; Same: Boolean);
Public procedure GetData(ScreenObjects: TScreenObjectEditCollection); virtual;
Public procedure SetData(ScreenObjects: TScreenObjectEditCollection; SetAll, ClearAll: Boolean); virtual; abstract;
Public procedure RefreshNodeState;

Properties

Public property OnActivate: TActivateEvent read FOnActivate write FOnActivate;

Description

Fields

Implicit pnlBottom: TPanel;
 
Implicit lblNumTimes: TLabel;
 
Implicit seNumberOfTimes: TJvSpinEdit;
 
Implicit btnDelete: TBitBtn;
 
Implicit btnInsert: TBitBtn;
 
Implicit pnlGrid: TPanel;
 
Implicit rdgSutraFeature: TRbwDataGrid4;
 
Implicit pnlTop: TPanel;
 
Implicit lblSchedule: TLabel;
 
Implicit pnlCaption: TPanel;
 
Implicit comboSchedule: TComboBox;
 
Private FDeleting: Boolean;
 
Private FOnActivate: TActivateEvent;
 
Protected FGettingData: Boolean;

Private declarations

Protected FCheckState: TCheckBoxState;
 

Methods

Implicit procedure comboScheduleChange(Sender: TObject);
 
Public procedure btnInsertClick(Sender: TObject);
 
Public procedure btnDeleteClick(Sender: TObject);
 
Public procedure seNumberOfTimesChange(Sender: TObject);
 
Protected procedure UpdateCheckState;
 
Protected procedure SetScheduleIndex(const ScheduleName: AnsiString; Same: Boolean);
 
Public procedure GetData(ScreenObjects: TScreenObjectEditCollection); virtual;
 
Public procedure SetData(ScreenObjects: TScreenObjectEditCollection; SetAll, ClearAll: Boolean); virtual; abstract;
 
Public procedure RefreshNodeState;
 

Properties

Public property OnActivate: TActivateEvent read FOnActivate write FOnActivate;
 

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