FMX.MediaLibrary.TVideoInfo.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Title: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall Title(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TVideoInfo


Description

Gets the title of a video media file.

Use the Title method to obtain the name of the TVideoInfo object.

See Also