2014年7月17日 星期四

FindComponent函數

var i:Byte;
  aTitle : String;
  lb:TQRLabel;
begin
 for i:= 0 to 6 do
  begin
    lb := FindComponent('QRLblA'+IntToStr(i)) as TQRLabel;
    if lb <> nil then
    begin
      lb.Caption := ' ';
    end;
  end;
end;

2014年7月16日 星期三

DELPHI XE

快快樂樂學習 delphi XE5 for Android app...agenda
http://jamesjuantw.pixnet.net/blog/post/161355278

官網xe6
http://docwiki.embarcadero.com/RADStudio/XE6/en/Tutorials

Mobile Tutorial: Using LiveBindings to Populate a ListView
http://docwiki.embarcadero.com/RADStudio/XE6/en/Mobile_Tutorial:_Using_LiveBindings_to_Populate_a_ListView_(iOS_and_Android)

ANDROID的歷代版本(Android 2.3 ~4.4)及Android L的差異
http://tu0925399900.pixnet.net/blog/post/167317143-android%E7%9A%84%E6%AD%B7%E4%BB%A3%E7%89%88%E6%9C%AC(android-2.3-~4.4)%E5%8F%8Aandroid-l%E7%9A%84%E5%B7%AE

Mobile Tutorial: Using Tab Components to Display Pages
http://docwiki.embarcadero.com/RADStudio/XE6/en/Mobile_Tutorial:_Using_Tab_Components_to_Display_Pages_(iOS_and_Android)

Mobile Tutorial: Using a Button Component with Different Styles
http://docwiki.embarcadero.com/RADStudio/XE6/en/Mobile_Tutorial:_Using_a_Button_Component_with_Different_Styles_(iOS_and_Android)

手機無法用showmodal的問題,以下有解,使用匿名函數:
http://docwiki.embarcadero.com/RADStudio/XE5/en/ShowModal_Dialogs_in_FireMonkey_Mobile_Apps

對listview所binding的欄位做customformat
http://docwiki.embarcadero.com/RADStudio/XE6/en/Using_Custom_Format_and_Parse_Expressions_in_LiveBindings#Binding_Expressions

內建的Medthod (Default LiveBindings Methods)
http://docwiki.embarcadero.com/RADStudio/XE6/en/Default_LiveBindings_Methods

範例
http://docwiki.embarcadero.com/Libraries/XE6/en/System.SysUtils.Format

XE6控件
http://docwiki.embarcadero.com/RADStudio/XE6/en/Working_with_Native_and_Custom_FireMonkey_Styles

要使用android模擬器的裝置最低需求
http://docwiki.embarcadero.com/RADStudio/XE6/en/Creating_an_Android_Emulator

ListBox
http://docwiki.embarcadero.com/RADStudio/XE5/en/Mobile_Tutorial:_Using_ListBox_Components_to_Display_a_Table_View_(iOS_and_Android)

Android SDK | 教學講義集
http://www.sdk.tw/2013/05/android-sdk.html

DataSnap的傳遞封包大小是32k,可以參考以下網址:(做上傳的,參考看看)
http://www.myexception.cn/program/618866.html

同樣的處理方式:另一篇sample Code
http://blog.csdn.net/ddqqyy/article/details/6185835

CnPack 组件包
http://www.cnpack.org/downbuilds.php?lang=zh-cn