|
Property name |
Brief description |
![](../../property_image.gif) |
Align |
The Align property determines component alignment within its parent component. |
![](../../property_image.gif) |
AllowDrag |
The AllowDrag property determines whether an object can be dragged from a component. |
![](../../property_image.gif) |
AllowDrop |
The AllowDrop property determines whether a component can accept a dragged object. |
![](../../property_image.gif) |
Anchors |
The Anchors property returns settings determining % of the resize for the current component when the parent component is resized. |
![](../../property_image.gif) |
Brush |
The Brush property determines the brush that is used to fill the component area. |
![](../../property_image.gif) |
ClientHeight |
The ClientHeight property determines the height of the client component area. |
![](../../property_image.gif) |
ClientWidth |
The ClientWidth property determines the width of the client component area. |
![](../../property_image.gif) |
Color |
The Color property determines a component background color. |
![](../../property_image.gif) |
Cursor |
The Cursor property determines how the cursor looks like when is it hovered over a component during form execution. |
![](../../property_image.gif) |
Enabled |
The Enabled property determines whether the component is available for the user. |
![](../../property_image.gif) |
Focused |
The Focused property returns True if this component is focused. |
![](../../property_image.gif) |
Font |
The Font property determines parameters of the font that is used to display text in a component. |
![](../../property_image.gif) |
Height |
The Height property determines component height in pixels. |
![](../../property_image.gif) |
HelpContext |
The HelpContext property determines a unique index for a section of a context help for this component. |
![](../../property_image.gif) |
Hint |
The Hint property determines a tooltip text displayed on hovering over a component. |
![](../../property_image.gif) |
HintTimeout |
The HintTimeout property determines for how long a tooltip is displayed. |
![](../../property_image.gif) |
Left |
The Left property determines a coordinate of the component left edge in pixels. |
![](../../property_image.gif) |
Parent |
The Parent property determines a parent component. |
![](../../property_image.gif) |
ParentColor |
The ParentColor property determines whether a component inherits the color of the parent component. |
![](../../property_image.gif) |
ParentFont |
The ParentFont property determines whether a component uses the font of the parent component. |
![](../../property_image.gif) |
ParentShowHint |
The ParentShowHint property determines when a tooltip is displayed. |
![](../../property_image.gif) |
PopupMenu |
The PopupMenu property determines the context menu displayed when the component is clicked using the right mouse button. |
![](../../property_image.gif) |
Scrolls |
The Scrolls property returns parameters of component's scrollbars. |
![](../../property_image.gif) |
ShowHint |
The ShowHint property determines whether a tooltip is displayed when a component is hovered. |
![](../../property_image.gif) |
TabOrder |
The TabOrder property determines a component position in a tab order. |
![](../../property_image.gif) |
TabStop |
The TabStop property determines whether the component must be focused when the Tab button is pressed. |
![](../../property_image.gif) |
Text |
The Text property determines a row identifying a component for the user. |
![](../../property_image.gif) |
Top |
The Top property determines a coordinate of the component top edge in pixels. |
![](../../property_image.gif) |
Visible |
The Visible property determines whether the component is displayed when a form is executed. |
![](../../property_image.gif) |
Width |
The Width property determines horizontal size of a component in pixels. |