廣告

2020 年 12 月
 123456
78910111213
14151617181920
21222324252627
28293031  

彙整

DELPHI 寫入讀取INI範例

程式範例

uses      inifiles;

procedure TForm1.btn3Click(Sender: TObject); var   inifile: TInifile;   iniFileName,sAppPath,sMusicDir,sImageDir:string; begin   […]

DELPHI使用lkJSON多層次一般取值與陣列取值範例

文章出處 http://rakelitica.blogspot.com/2012/07/using-lkjson-example-with-google-drive.html

JSON文件範本(可貼到 https://jsoneditoronline.org/#left=local.lapedo&right=local.vaxeha 幫你線上格式化JSON比較好看懂)

{   "kind": "drive#fileList",   "etag": "\"ia2FS23424234234ANFYAdsc1Tyua2KKA-HnMs\"",   "selfLink": "https://www.googleapis.com/drive/v2/files",   "items": [   {    "kind": "drive#file", […]