Reputation: 25
Is there anyway to safely convert/typecast a string inside TEdit (an actual window handle for eg. 00010C10) into a handle LONGWORD data type I presume in Delphi/Lazarus.
Recommended method here Pascal - String to LongWord is IntToStr but compiler throws following error:
Exception class EConvertError with message '00010C10' is not a valid integer value
Also tried IntToStr64 but no luck....
Upvotes: 1
Views: 2212