System.TypInfo.DotSep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DotSep: string = '.';

C++

extern DELPHI_PACKAGE System::UnicodeString DotSep;

Properties

Type Visibility Source Unit Parent
variable public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Specifies the dot ('.') character.

The value of DotSep is used internally when building the fully qualified names of types or members.

See Also