Vcl.Touch.Keyboard.TCustomKeyboardButton.Parent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Parent: TCustomTouchKeyboard read FParent;

C++

__property TCustomTouchKeyboard* Parent = {read=FParent};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton の親クラスを示します。

Parent プロパティを使用すると、TCustomKeyboardButton インスタンスの親クラスを取得できます。 Parent は、通常 TTouchKeyboard 型の親コンポーネントへアクセスするために採用されます。

メモ:  Parent は、読み込み専用プロパティです。

関連項目