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

Class TIFPSValue

Unit

ifpscomp

Declaration

type TIFPSValue = class(TObject)

Description

Base class for all values

Methods

Overview

Public procedure SetParserPos(P: TIfPascalParser);

Description

Public procedure SetParserPos(P: TIfPascalParser);

Read position info from the parser

Properties

Overview

Public property Col: Cardinal;
Public property Pos: Cardinal;
Public property Row: Cardinal;

Description

Public property Col: Cardinal;

Col part of the position

Public property Pos: Cardinal;

position this value was declared

Public property Row: Cardinal;

Row part of the position