RRUZ / delphi-wmi-class-generator

Creates Object Pascal classes to access the WMI

Home Page:https://theroadtodelphi.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadWmiData; does not exist

limelect opened this issue · comments

D10.2.3
Trying to compile your demo
procedure TFrmMain.Refresh;
begin
FWin32_Process.LoadWmiData;
FillListProcesses(FWin32_Process);

FWin32_Service.LoadWmiData;
FillListServices(FWin32_Service);
end;

LoadWmiData; does not exist