Vcl.Forms.TScreen.SaveFocusedList
Delphi
property SaveFocusedList: TList read FSaveFocusedList;
C++
__property System::Classes::TList* SaveFocusedList = {read=FSaveFocusedList};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
Description
Gives a list containing the currently focused forms.
Use SaveFocusedList to obtain a list with the currently focused forms.
Code Examples