系统管理 procedure TfrmAdm.Button1Click(Sender: TObject); begin with DM.ADOQuery1 do begin Close; SQL.Clear; SQL.Add('select * from 用户 where 姓名=:username and 密码=:pass and 类型=:GLY'); Parameters.ParamByName('username').Value := Edit1.Text; Parameters.Para
If you live in a cave you might have missed the ultra hard mobile game Flappy Bird that went viral recently. I wanted to build a proof of concept prototype version of Flappy Bird using Delphi XE5 Firemonkey and this is what I came up with. The game
The alignment of the icon is managed by uniGUI, so the alignment viewed in this demo is based on the version that was compiled according to the data in the footer on the left.
UniSFComobobox / UniSFComboMultiple presents an error in the uniGUI versio