System.Classes.TParser.FloatType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FloatType: Char read FFloatType;

C++

__property System::WideChar FloatType = {read=FFloatType, nodefault};

Properties

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

Description

Gives the type of floating pointer number.

This read only property gives the type of floating point number for the current token. If the file value read for this token ends in one of : 'c', 'C', 'd', 'D', 's', 'S', then this is the value returned. Otherwise, #0 is returned.

See Also