delphi boot camp / delphiでビジュアル開発に挑戦しよう ◆ day1:...

35
© 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential. Delphi Boot Camp Delphi でででででででででででででで 2016 9 12 でで ()15 でで ()

Upload: -

Post on 16-Apr-2017

108 views

Category:

Engineering


4 download

TRANSCRIPT

PowerPoint

Delphi Boot CampDelphi201691215

2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi Boot CampDelphiDay 1 :Delphi

2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi Boot Camp

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Day1:Delphi: Delphi 16:00~ 1

Delphi Starter EditionDelphi 10.1 Berlin DelphiDelphi DelphiDelphi Starter

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Community embarcadero ( )Web : http://community.embarcadero.com/

Web[] [](

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi 10.1 Berlin Starter Edition

EDN* = Embarcadero Developers Network2016822915

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi 10.1 Berlin Delphi (Object Pascal)

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi 10.1 Berlin *

Starter Edition 32bit Windows

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Starter Edition 32bit Windows

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

UIUXRAD Studiuo OSRADStudio9

Delphi Object Pascal1995Delphi Pascal 1OS

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi https://www.embarcadero.com/jp/products/delphi/product-editions

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi FireMonkey

procedure TForm1.Button1Click(Sender: TObject);begin ShowMessage('');end;

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi 10.1 Berlin

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

2WindowsWindows

Windows APIWindows

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

VCL Visual Component Library)Widows APIOSVCLAPI

Delphi Object Pascal

VCL

Windows API

Wintel Platforms

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

FireMonkeyOSWindows, Mac OS X, iOS, Android

Delphi Object PascalFireMonkey

FireUI

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi

FireMonkeyDelphi Starter

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Mac(OS X)&PAServer

OS X

PAServer = IDEOS XDelphi 10.1 BerlinPAServer()Windows / MacWin64, OS X, iOS, AndroidDelphi Starter

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi Starter

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

DockWikiDockWiki http://docwiki.embarcadero.com/

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Anchors ()Alignments ()Padding ()Margin ()

http://embt.co/firemonkey-layout

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

AnchorsTopBottomLeftRight

Top, Left 0 4

http://embt.co/firemonkey-anchors

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Align None

Top, Bottom, Left, Right

Fit, FitLeft, FitRight

MostBottom, MostTop, MostLeft, MostRight

WidthHeightVertical, VertCenter, Horizontal, HorzCenter

Client, Center, Contents, Scalehttp://embt.co/firemonkey-alignlayout

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Margins / PaddingMarginshttp://embt.co/firemonkey-margins

Padding http://embt.co/foremonkey-padding

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

-

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

FireMonkeyTLabelTEditTComboEditTRadioButtonTButtonTGroupBox

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Button1 OnClickif ~ else

procedure TForm2.Button1Click(Sender: TObject);begin if RadioButton1.IsChecked then ShowMessage(Edit1.Text + '' + ComboEdit1.Text + '' + '') else ShowMessage(Edit1.Text + '' + ComboEdit1.Text + '' + '');end;

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Pro

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi

RDBMS

Windows

WindowsWindows

OS X

OS X

OS X1) 2) DB3)

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi

IoTHTTP(S)RESTJSONHTTP(S)RESTJSONHTTP(S)RESTJSON

RAD Server

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Day1:Delphi: Delphi 16:00~ 1

Delphi Starter EditionDelphi 10.1 Berlin DelphiDelphi DelphiDelphi Starter

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Community embarcadero ( )Web : http://community.embarcadero.com/

Web[] [](

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Delphi Boot Camp

# 2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.

Thanks!www.embarcadero.com/jp

2016 Embarcadero Technologies, Inc. All rights reserved. Proprietary and confidential.#