Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSConstant

Unit

ifpscomp

Declaration

type TIFPSConstant = class(TObject)

Description

TIFPSContant contains information about constants

Fields

 NameDescription
Public FName  
Public FNameHash  
Public FValue  

Methods

Overview

Public destructor Destroy; override;
Public procedure SetChar(c: Char);
Public procedure SetExtended(const Val: Extended);
Public procedure SetInt(const Val: Longint);
Public procedure SetInt64(const Val: Int64);
Public procedure SetString(const Val: string);
Public procedure SetUInt(const Val: Cardinal);
Public procedure SetWideChar(const val: WideChar);
Public procedure SetWideString(const val: WideString);

Description

Public destructor Destroy; override;

 

Public procedure SetChar(c: Char);

Change the value of this constant to the val char

Public procedure SetExtended(const Val: Extended);

Change the value of this constant to the val extended

Public procedure SetInt(const Val: Longint);

Change the value of this constant to the val integer

Public procedure SetInt64(const Val: Int64);

Change the value of this constant to the val int64

Public procedure SetString(const Val: string);

Change the value of this constant to the val string

Public procedure SetUInt(const Val: Cardinal);

Change the value of this constant to the val Cardinal

Public procedure SetWideChar(const val: WideChar);

Change the value of this constant to the val WideChar

Public procedure SetWideString(const val: WideString);

Change the value of this constant to the val WideString

Properties

Overview

Public property Name: string;
Public property NameHash: Longint;
Public property Value: PIfRVariant;

Description

Public property Name: string;

The name (of the constant

Public property NameHash: Longint;

The hash of the name of this constant

Public property Value: PIfRVariant;

The value for this constant