Vcl.Touch.Keyboard.TCustomKeyboardButton.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TCustomTouchKeyboard read FParent;

C++

__property TCustomTouchKeyboard* Parent = {read=FParent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the TCustomKeyboardButton's parrent.

Use Parent to get the parent of a TCustomKeyboardButton instance. Parent is usually employed to access the parent component that is of type TTouchKeyboard.

Note: Parent is a read-only property.

See Also