DelphiXE3 ラベル(Label)〜
2013/06/22
それでは[Standard]内の「Label」(ラベル)以降について、機能はおそらくほぼ同じだと思われますのでざっと見ておきます。
「Label」(ラベル)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「Edit」(エディット)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「Memo」(メモ)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「Button」(ボタン)
【Delphi2010の記事】
Delphi2010
DelphiXE3
(ヘルプより)
XE2リリースにおける ModalResult値への変更
XE2リリースでは、3つの新しいModalResult 値が導入されています:
mrContinue、mrHelp、 mrTryAgain。
さらに、既存の ModalResult値のうち4つが、XE2で変更されました。アプリケーションが、次の4つの ModalResult値を TButton に使用する場合、コードに変更を行う必要があります: mrClose、mrAll、mrNoToAll、mrYesToAll。これらの値は、.dfm ファイルに数値として保有されているため、プロジェクトがXE2に移行された際に変更されます。値は次にように変更されました:
XE2 より前:
mrClose=11
mrAll=8
mrNoToAll=9
mrYesToAll=10
XE2 以後:
mrClose=8
mrAll=12
mrNoToAll=13
mrYesToAll=14
との事です。
「CheckBox」(チェックボックス)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「RadioButton」(ラジオボタン)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「ListBox」(リストボックス)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「ComboBox」(コンボボックス)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「ScrollBar」(スクロールバー)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「GroupBox」(グループボックス)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「RadioGroup」(ラジオグループ)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「Panel」(パネル)
【Delphi2010の記事】
Delphi2010
DelphiXE3
「ActionList」(アクションリスト)
【Delphi2010の記事】
Delphi2010
DelphiXE3
バッチファイル
BASIC
C言語のお勉強
拡張子な話
DOSプログラム
Delphi
>
Delphi入門編
>
Delphi2010
>
DelphiXE3
▲2013/05/06
2013/06/22
▼2013/06/29
シェアウェア
Script!World
データベース
(C)Copyright 1999-2015. By AFsoft All Rights Reserved.