System.Classes.TParser.SourcePos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SourcePos: NativeInt;

C++

NativeInt __fastcall SourcePos(void);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Returns the position in the file being parsed.

Call SourcePos to get the character position in the file being parsed..

See Also