일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
- JavaScript
- hadoop
- react
- SQL
- tomcat
- GIT
- Python
- NPM
- Spring
- Kotlin
- 보조정렬
- Android
- Express
- R
- mybatis
- mapreduce
- MSSQL
- vaadin
- window
- IntelliJ
- es6
- Eclipse
- table
- SPC
- xPlatform
- 공정능력
- Sqoop
- plugin
- Java
- SSL
- Today
- Total
목록2019/07/05 (2)
DBILITY
그냥 해본다..하드웨어 백버튼 클릭시 종료도 있다. unit UMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ListBox, FMX.Layouts, FMX.StdCtrls, FMX.Controls.Presentation, FMX.Platform, FMX.VirtualKeyboard; type TForm1 = class(TForm) ToolBar1: TToolBar; 기기정보: TLabel; Button1: TButton; ListBox1: TListBox..
InputQuery depreciated.... usess FMX.Platform; procedure TForm1.Button1Click(Sender: TObject); var TaskName: string; AsyncService: IFMXDialogServiceAsync; begin try // InputQuery('작업을 입력하세요', ['작업관리'], [''], // procedure(const AResult: TModalResult; const AValues: array of string) // begin // if AResult = mrOk then // TaskName := AValues[0] // else // TaskName := ''; // // if not(TaskName.Trim =..