List of Declares?

Hi,
Does anyone know of a list of macOS declares, which can be used in Xojo, along with a description of what they do?

Thank you all in advance.

Declares aren’t magic secret keys. They’re ways to use system APIs that Xojo, Inc. did not implement for us.

If you want a complete list of macOS declares, you can find them here: https://developer.apple.com/documentation/

That’s like asking for a map of all the roads in the world.

I personally think that a better question is, what do you want to do today?

Magic secret keys??
I am just interested to see what declares peoples use in their Xojo apps, and what functions they perform.

Sam,
I don’t want to do anything in particular.

I have just seen some users provide declares which extend Xojo’s capabilities, and was simply wondering if anyone had compiled a list of common declares used by Xojo users.

Do a search for MacOSLib and you’ll see a slew of them.

[quote=406940:@Richard Summers]I am just interested to see what declares peoples use in their Xojo apps, and what functions they perform.

[/quote]

See Sams reply. Too many to list here.