Class TframeScreenObject

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeScreenObject = class(TFrame)

Description

Hierarchy

Overview

Fields

Private FFrameLoaded: boolean;

Methods

Private procedure SetFrameLoaded(const Value: boolean);
Protected procedure UpdateNextTimeCell(DataGrid: TRbwDataGrid4; ACol, ARow: Integer);

Properties

Public property FrameLoaded: boolean read FFrameLoaded write SetFrameLoaded;

Description

Fields

Private FFrameLoaded: boolean;

See FrameLoaded.

Methods

Private procedure SetFrameLoaded(const Value: boolean);

See FrameLoaded.

Protected procedure UpdateNextTimeCell(DataGrid: TRbwDataGrid4; ACol, ARow: Integer);

When the user sets the starting time for a boundary that matches the starting time of a stress period, automatically set the ending time to be the ending time to be the ending time of the same stress period.

Properties

Public property FrameLoaded: boolean read FFrameLoaded write SetFrameLoaded;

FrameLoaded is used in TframeScreenObjectParam.clbParametersStateChange to prevent grayed check boxes from being converted to normal ones incorrectly. It is also used in UpdateNextTimeCell to prevent cells from being set improperly when TfrmScreenObjectProperties is reading data.


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