FMX.Dialogs.TOpenDialog.Title

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Title: string read GetTitle write SetTitle;

C++

__property System::UnicodeString Title = {read=GetTitle, write=SetTitle};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

Spécifie le texte affiché sur la barre de titre du dialogue.

Utilisez Title pour définir le texte qui apparaît sur la barre de titre du dialogue de sélection de fichier. Si aucune valeur n'est affectée à Title, le titre du dialogue est "Ouvrir".