Vcl.Dialogs.TFileSaveDialog.ClientGuid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientGuid: string read FClientGuid write SetClientGuid default 0;

C++

__property ClientGuid = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

GUID associated with a dialog's persisted state.

Vcl.Dialogs.TFileSaveDialog.ClientGuid inherits from Vcl.Dialogs.TCustomFileDialog.ClientGuid. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.ClientGuid.

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.