Thursday, September 26, 2013
Conditional: FOR DO and WHILE DO
var
i : Integer;
FOR DO
for i := 1 to 3 Do
Memo1.Lines.Add(IntToStr(i));
WHILE DO
while i < 6 Do
begin
Memo2.Lines.Add(IntToStr(i));
end;
No comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
www.secretfile.cf
critical file center secrets
Link Google Drive to Blogger
HTML
,
Script
,
Blogger
Test Connection MySql On/Off
Delphi
,
MySql
Query: Select Random
Ms.Access
,
MySql
,
Query
Smooth Scroll In Page Website
HTML
,
Script
,
Style
Limit maximize and minimize form
Delphi
Refresh DBGrid Database
Delphi
,
MySql
QuickReport: OnPreview
Delphi
Be Calculated (Terbilang)
Delphi
No comments:
Post a Comment