Web.HTTPApp.TAbstractWebRequestFile.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: AnsiString read GetFileName;

C++

__property System::AnsiString FileName = {read=GetFileName};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractWebRequestFile

Description

Indicates the name of the uploaded file.

Read FileName to obtain the name of the uploaded file.

See Also