No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Try after line 28 29.ADOQuery1.Post;
Hi Does anyone know how to use it? I mean FastMM in Delphi. Or any code to work with memory leaks. Clear memory when application run or stuff like that. My exe (application )growing used memory when work and open forms, click button, read from database etc. thank you
12 end; 13 else 14 begin Notvalid end; ; Not valid Valid code .... Do something **If *statement # then begin # Here Code if statement satisfied ..... # End else begin # Here Code if statement not satisfied ..... # end; # // You must ending this cicle with …
Put Another Timer component Timer2 in to Form1 In **Object Inspector** *Properties* Interval = 15000 //(that is 15 second) and Enabled False *Events* //On Timer //(double click) .... procedure TForm1.Timer2Timer(Sender: TObject); begin Label1.Caption:=''; Edit1.Visible:=True; end; .... PutEdit Component to a Form1 Set Properties Visible False (in Object inspector) OK Here …
The End.