//flex table opened by JP

Click to See Complete Forum and Search --> : Delphi Programming


nuclear
08-09-2000, 08:19 PM
i know alot about delphi and im currently developing a program (not to be described yet). but in the about window i am wanting it to display free system resources and the amount of memory the computer has and such. if you know how to make a delphi program return information about the system please either post it here or email me with some suggestions at st_ides25@hotmail.com

thanks

qball
08-10-2000, 01:51 PM
You need to make a Windows API call, sometimes referred to as a 'local external function'. I know how to do this in PowerBuilder and C++, but there should be some examples in Delphi. Look in the help for API, external functions, or native functions. Something like that.

Hope this helps.