Vcl.Dialogs.TCustomFileDialog.ClientGuid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientGuid: string read FClientGuid write SetClientGuid;

C++

__property System::UnicodeString ClientGuid = {read=FClientGuid, write=SetClientGuid};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

GUID associated with a dialog's persisted state.

ClientGuid holds a GUID associated with a dialog's persisted state. Persisted states for a dialog can include such things as its position and size. Having a GUID allows an application to remember these persisted states for different versions of the dialog.