System.SysUtils.TFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFileName = UnicodeString;

C++

typedef System::UnicodeString TFileName;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TFileName is a string that represents a file name.

Use TFileName to represent strings that are only used for file names.