Unit frmCustomSelectObjectsUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TMyRec  
Class TfrmCustomSelectObjects  

Types

TVisibleGroupState = (...);
PMyRec = ˆTMyRec;

Constants

StrAllObjects = 'All Objects';
StrSetGridCellSize = 'Set Grid Cell Size';
StrSetGridElementSize = 'Set Grid Element Size';
StrSetMeshElementSize = 'Set Mesh Element Size';
StrDataSets = 'Data Sets';
StrPhastBoundaryConditions = 'PHAST Boundary Conditions';
StrSpecifiedHeadPhast = 'Specified Head';
StrSpecifiedFlux = 'Specified Flux';
StrLeakyBoundary = 'Leaky Boundary';
StrRiverBoundary = 'River Boundary';
StrWell = 'Well';
StrModflowBoundaryConditions = 'MODFLOW Features';
StrModflowMt3dFeatures = 'MODFLOW / MT3DMS Features';
StrUnusedObjects = 'Unused Objects';

Variables

frmCustomSelectObjects: TfrmCustomSelectObjects;

Description

Types

TVisibleGroupState = (...);
 
Values
  • vgsUndefined:  
  • vgsUnChecked:  
  • vgsChecked:  
  • vgs3State:  
PMyRec = ˆTMyRec;

PMyRec is a record we use to store data in the nodes. Since the application is responsible to manage all data including the node's caption this record can be considered as minimal requirement in all VT applications. Extend it to whatever your application needs.

Constants

StrAllObjects = 'All Objects';
 
StrSetGridCellSize = 'Set Grid Cell Size';
 
StrSetGridElementSize = 'Set Grid Element Size';
 
StrSetMeshElementSize = 'Set Mesh Element Size';
 
StrDataSets = 'Data Sets';
 
StrPhastBoundaryConditions = 'PHAST Boundary Conditions';
 
StrSpecifiedHeadPhast = 'Specified Head';
 
StrSpecifiedFlux = 'Specified Flux';
 
StrLeakyBoundary = 'Leaky Boundary';
 
StrRiverBoundary = 'River Boundary';
 
StrWell = 'Well';
 
StrModflowBoundaryConditions = 'MODFLOW Features';
 
StrModflowMt3dFeatures = 'MODFLOW / MT3DMS Features';
 
StrUnusedObjects = 'Unused Objects';
 

Variables

frmCustomSelectObjects: TfrmCustomSelectObjects;
 

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