TdxDashboardParameters.LoadFromLayout Method
Populates the collection with dashboard parameters stored within the parent TdxDashboard/TdxDashboardControl component’s dashboard layout definition.
Declaration
procedure LoadFromLayout; virtual;
Remarks
Call the LoadFromLayout procedure to populate the collection from the current dashboard layout.
Note
The parameter collection is read-only. Subsequent LoadFromLayout procedure calls update the list of parameters stored within the collection.
See Also