anti-cracking library 1.0

aclGetText function
Obtains text of TEdit or other controls.

Group
Miscellaneous functions

function aclGetText(Handle: THandle): String;

Description
Returns text of TEdit or other control. You have to pass it's handle - s:=aclGetText(Edit1.Handle).

Remarks
It is DEFINITELY NOT SAFE to get text using Text property of control (s:=Edit1.Text), so don't use it when you are trying to read User name and Registration key. You should use aclGetText instead.