EN VI
Posts (0)

No data results!

Please check back again in feature!

Questions (3)
2024-03-12 20:30:12
You can CAST the Sender Object as TImage (use IS operator for more security). Try something like this: var Current:TImage; begin ActiveDrag.Remove(Sender); if (Current is TImage) then Curren...
Tags: image Object pointers
2024-03-13 03:00:08
The text you are sending to the server contains an unencoded space character in the URL: HTTP.Get('http://api.voicerss.org/?key=1234567890QWERTY&hl=en-us&src=Hello, world!',AudioFileContent);...
Tags: delphi indy freepascal
2024-03-17 02:00:05
It is difficult to understand exactly what you are asking for, but I think you are looking for something like this: procedure TForm1.ListView1SelectItem(Sender: TObject; Item: TListItem; Selected: B...
Tags: delphi tlistview

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login