RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.ClientGuid Property

GUID associated with a dialog's persisted state.

Pascal
property ClientGuid: string;
C++
__property AnsiString ClientGuid;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!