随笔分类 -  FireMonkey

【转载】Understanding and using FireMonkey Layouts
摘要:http://delphi.org/2015/12/skill-sprint-using-firemonkey-layouts/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DelphiDotOrg+%28Delphi.org 阅读全文
posted @ 2016-02-02 14:31 蓝懒虫 阅读(338) 评论(0) 推荐(0)
[FireMonkey]用IdHTTP发送Rest API
摘要:procedure TForm1.Button1Click(Sender: TObject); var response : string; JSONToSend: TStringStream; begin JSONToSend := TStringStream.Create('{}'); IdHT 阅读全文
posted @ 2016-02-02 14:26 蓝懒虫 阅读(275) 评论(0) 推荐(0)
[FireMonkey]获取设备(平台)类型
摘要:uses System.Devices; case TDeviceInfo.ThisDevice.DeviceClass of TDeviceInfo.TDeviceClass.Desktop: ... TDeviceInfo.TDeviceClass.Phone: ... TDeviceInfo. 阅读全文
posted @ 2016-02-02 13:56 蓝懒虫 阅读(167) 评论(0) 推荐(0)