Unit clxDataEntry

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

clxDataEntry defines TRbwDataEntry which can be used to make sure that the user enters an integer or real number within specified limits.

uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EArgusMinMaxError EArgusMinMaxError is raised if there is an attempt to set the Max to a value less than Min or vice versa.
Class TRbwDataEntry TRbwDataEntry provides data checking for user-entered data.
Class TArgusDataEntry TArgusDataEntry is included for backwards compatibility.

Functions and Procedures

procedure Register;

Types

TDataType = (...);

Description

Functions and Procedures

procedure Register;

Register is used to register TRbwDataEntry and TArgusDataEntry.

Types

TDataType = (...);

TDataType is used to define the type of data stored in the TRbwDataEntry.

Values
  • dtCustom:
  • dtString:
  • dtInteger:
  • dtReal:

Generated by PasDoc 0.10.0 on 2006-10-31 09:56:32