FileMan Delphi Components/TFMFiler DataProblemList

From VistApedia
Jump to: navigation, search

Applies To

TFMFiler

Declaration

property DataProblemList: TList;


Description

The DataProblemCheck method uses this property to store the list of any components that it finds to have data problems.

After calling DataProblemCheck, you can call the ProcessDataProblemList method to open a window listing all data controls with problems (i.e., that are missing required data). The window is not modal. If the user double-clicks on a list item in the window, focus is set to the corresponding control so that the user can correct the problem.

If you set the FilerOptions foProcessProblemList flag to True, the ProcessDataProblemList method is invoked automatically if DataProblemCheck finds any problems.