REST.Backend.KinveyApi.TKinveyApi.TFile.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TFile

Description

Contains the name of the file.

The FileName property stores the name of the file as a string.

See Also