[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.FindNonDesignerDataModule

Finds the named DataModule, excluding designer modules.

Declaration

Source position: forms.pp line 1056

public function TScreen.FindNonDesignerDataModule(

  const DataModuleName: string

):TDataModule;

See also

TScreen.FindDataModule

  

Finds the named DataModule.