Get key code (product key) from applicationSolved

Hello!I don't remember if I asked this question or not, the forum search doesnt work.However, how can I get the key code from the application? Is it possible?I'm using Delphi

C / C++:

TA_GetPKey(). See TurboActivate.h for details of parameters, error codes, etc., etc.

All other languages:

ta.GetPKey(). See the integration file for the details of the parameters, error codes, exceptions, etc., etc.