TElectronPostgreSQLConnection
Designtime |
Connection component for the pg node module. It's required to create a connection. You can also use a single TElectronPostgreSQLConnection
component to access multiple tables via multiple TElectronPostgreSQLClientDataSet
components.
TElectronFileWatch
It has a FileName: string
property for the filename and an OnChange
event which triggers when the watched file has been modified. The filenames can be relative paths, but please keep in mind that relative paths might differ on each platform, especially after application packaging. If more than one platform is targeted, then it's recommended to set up the TElectronFileWatcher
programmatically and use ElectronPath
to retreive common paths.