CalloutRectangle¶
Qualified name: delphifmx.CalloutRectangle
- class CalloutRectangle¶
Bases:
RectangleA rectangle with a triangular “peak” on one of four sides, used primarily to render a TCalloutPanel. Because TCalloutRectangle inherits from TRectangle, TCalloutRectangle provides all the properties (Corners, CornerType, Sides, XRadius, YRadius, and others) and methods to define the shape of the rectangle itself. A call-out often takes the form of a pull-quote, in which a particular snippet of text in a document is duplicated to attract attention: in a larger size, with a different typeface, in a colored box, with stylized quote marks, and so on. With illustrations, boxed text will refer to different elements of interest, and each box will be drawn with extra lines that point to its element. TCalloutRectangle is a rectangle with an isosceles triangle on one of its four sides, used to point at something else. The triangle is included in the bounding rectangle of the object: the longer its length, the shorter the rectangle shape will be, and vice versa. Keeping the rectangle the same size while changing the length of the triangle requires changing the height or width of the object, depending on which side the triangle appears.
Methods
TControl.AbsoluteToLocal() Converts the screen coordinates of a specified point on the screen to client coordinates.
TControl.BringToFront() Puts the control in front of all other controls in its parent control.
TControl.CanFocus() Indicates whether a control can receive focus.
TControl.LocalToAbsolute() Translates a given point from client area coordinates to global screen coordinates.
TControl.PrepareForPaint() Prepares the current control for painting.
TControl.Repaint() Forces the control to repaint its image on the screen.
TControl.ResetFocus() Removes the focus from a control of from any children of the control.
TControl.SendToBack() Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.
TControl.SetBounds(Left, Top, Width, Height) Sets the Left, Top, Width, and Height properties all at once.
TControl.SetFocus() Gives the input focus to the control.
Attributes
AbsoluteClipRectSpecifies the absolute rectangle of the control after all its parent controls clip it.
AbsoluteEnabledSpecifies whether the control is absolutely enabled.
AbsoluteHeightSpecifies the absolute height of the control.
AbsoluteMatrixSpecifies the absolute transformation matrix of the control.
AbsoluteOpacitySpecifies the absolute opacity of the control.
AbsoluteRectSpecifies the absolute rectangle that bounds the control.
AbsoluteScaleSpecifies the absolute scale of the control.
AbsoluteWidthSpecifies the absolute width of the control.
ActionClientSpecifies whether the component object has an associated action.
AlignSpecifies the alignment options (top, left, client, and so on) of this control.
AnchorsSpecifies how the control is anchored to its parent.
ApplyingEffectA flag that signals when a control is in the process of applying an effect.
AutoCaptureSpecifies whether the control captures mouse events.
AxisAlignedRectA TRectF defined by the width and height of the control.
BoundsRectSpecifies the bounding rectangle of the control.
The length of the callout pointer.
The position of the callout pointer, relative to the center or edges of the side on which it appears.
Specifies the side of the rectangle where the callout pointer appears.
The width of the callout pointer.
CanParentFocusSpecifies whether the parent of this control should be evaluated to receive focus.
CanvasProvides the drawing surface of the control.
ChildrenStores an array of children attached to this parent component.
ChildrenCountRead-only property that specifies the number of children in the children list.
ChildrenRectSpecifies the bigger rectangle area occupied by parent and children controls.
ClassNameReturns the TObject.ClassName
ClipChildrenSpecifies if children of the control should be clipped to the control's on-screen region.
ClipParentSpecifies whether the current control has clipped its parent.
ClipRectSpecifies the bound rectangle to be clipped.
ComObjectSpecifies the interface reference implemented by the component.
ComponentCountReturns the owned component count
ComponentIndexIndicates the position of the component in its owner's Components property array.
ComponentStateDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStyleGoverns the behavior of the component.
ComponentsReturns an iterator over the owned components
Returns an iterator over contained controls
Returns the count of contained controls
CornerTypeSpecifies the type of the corner shape's customization in the rectangle.
CornersSpecifies shapes of which corners in the TRectangle rectangle object are customized according to the CornerType, XRadius, and YRadius properties.
CursorImage to use to represent the mouse pointer when it passes into the region covered by the control.
DataStores a Tvalue, which is a data structure that can store different kinds of data types.
DefaultSizeEmbarcadero Technologies does not currently have any additional information.
DesignInfoContains information used by the Form designer.
DisableDisappearEmbarcadero Technologies does not currently have any additional information.
DisableFocusEffectSpecifies whether the control has the focus effect disabled.
DragModeSpecifies how the control initiates drag-and-drop operations.
EnableDragHighlightSpecifies whether the control is highlighted when the dragged object is over it.
EnabledSpecifies whether the control responds to mouse, keyboard, and timer events.
Determines the color and pattern used to fill the shape background.
FixedSizeEmbarcadero Technologies does not currently have any additional information.
HasAfterPaintEffectSpecifies whether the control has an effect that is applied after the control is painted.
HasClipParentControl that is a direct child of this control and has clipped this control.
HasDisablePaintEffectSpecifies whether the control's effect is painted.
HasEffectSpecifies whether the control has an applied effect.
HeightHeight specifies the vertical size of the control (in dp).
HintSpecifies the text string that appears when the user moves the mouse over a control.
HitTestEnables the control to capture mouse events.
InPaintToSpecifies whether the control is currently being painted.
IndexSpecifies the index of the child object in the children array attached to this object.
InheritedCursorImage used to represent the mouse pointer when it passes into the region covered by the control.
InvertAbsoluteMatrixSpecifies the inverse matrix of AbsoluteMatrix.
IsDragOverSpecifies whether a dragged object is over the area of the current control.
Determines whether the control has input focus.
IsInflatedWhether the current style of this control has been actually applied to the control.
IsMouseOverSpecifies whether the mouse cursor is over the control.
IsVisibleSpecifies whether the control is visible.
LocalRectSpecifies the local rectangle for painting the control.
LockedSpecifies whether the control is locked at design time.
MarginsAligns the component to the margins points of other components.
NameSpecifies the name of the component as referenced in code.
ObserversIndicates the TObservers object added to the TComponent.
OnDragDropCallable[[Object, DragObject, PointF], None]:
OnDragEnterCallable[[Object, DragObject, PointF], None]:
OnDragOverCallable[[Object, DragObject, PointF, DragOperation], None]:
OnGestureCallable[[Object, GestureEventInfo, bool], None]:
OnPaintCallable[[Object, Canvas, RectF], None]:
OnPaintingCallable[[Object, Canvas, RectF], None]:
OpacitySpecifies the control opacity.
OwnerReturns the Component Owner
PaddingAligns the component to the padding points of other components.
ParentReturns/Sets the Control Visibility
ParentControlSpecifies the parent control of this control.
ParentShowHintIf True, the value of the ShowHint property of this control inherits the value of the ShowHint property of the parent control.
ParentedRectSpecifies the bounding rectangle of the control within its parent.
ParentedVisibleSpecifies whether all the control's parents are visible.
PopupMenuSpecifies the context (pop-up) menu object.
Returns an access to the position of the control inside its parent
PressedIndicates whether the control is currently pressed.
PressedPositionA point that indicates where exactly on the control the click occured.
RootSpecifies the root parent of this object.
RotationAngleSpecifies the amount (in degrees) by which the control is rotated from the x-axis.
RotationCenterSpecifies the position of the pivot point of the control.
ScaleSpecifies the scale of the control.
SceneSpecifies the current scene in which the control is drawn.
ShapeRectSpecifies the rectangle for drawing the shape.
ShowHintSpecifies whether the Hint can be shown.
SidesSpecifies which sides of the TRectangle rectangle to display.
SizeSpecifies the vertical and horizontal size (Size.Height and Size.Width) of the control (in pixels).
StoredSpecifies whether this object is stored in the .XFM file.
Determines the color and pattern of the drawing pen used to draw lines and shape contours of the graphical primitives.
StyleNameSpecifies the style name for this FMX component.
TabOrderIndicates the position of the control in its parent's tab order.
TabStopEmbarcadero Technologies does not currently have any additional information.
TagStores a NativeInt integral value as a part of a component.
TagFloatCustom property that stores any floating-point value.
TagObjectCustom property that stores any object value.
TagStringCustom property that stores any string value.
TouchSpecifies the touch manager component associated with the control.
TouchTargetExpansionSet of optional pixel values you can specify to expand the touch target of a FireMonkey styled control.
UpdateRectSpecifies the rectangle area of the control that needs to be updated.
VCLComObjectRepresents information used internally by components that support COM.
Returns/Sets the Control Visibility
WidthSpecifies the horizontal size of the control (in pixels).
XRadiusSpecifies the distance from a corner to the start point of the corner shape customization, on the horizontal sides of TRectangle.
YRadiusSpecifies the distance from a corner to the start point of the corner shape customization, on the vertical sides of TRectangle.
- AbsoluteToLocal()¶
Converts the screen coordinates of a specified point on the screen to client coordinates.
- BringToFront()¶
Puts the control in front of all other controls in its parent control.
- CalloutLength¶
The length of the callout pointer. TCalloutRectangle renders the callout pointer as an isosceles triangle on one of its sides. CalloutLength is the height of this triangle. The triangle is included in the bounding rectangle ShapeRect of the TCalloutRectangle object; therefore, the longer CalloutLength is, the smaller the height (or width) of the callout rectangle itself is, and vice versa. Keeping the bounding rectangle the same size while changing the length of the triangle CalloutLength requires changing the height or width of the callout rectangle TCalloutRectangle itself, depending on which side the triangle appears.
- Type:
float
- CalloutOffset¶
The position of the callout pointer, relative to the center or edges of the side on which it appears. TCalloutRectangle renders the callout pointer as an isosceles triangle on one of its sides. The CalloutPosition defines the side on which the triangle appears. CalloutOffset is the triangle offset implemented according to the following conditions:
If CalloutOffset is zero, then the triangle is centered on the specified side. If CalloutOffset is positive, then the closest point of the callout pointer to a corner of the triangle has the CalloutOffset offset on the following sides: Top–offset to the right from the upper-left corner. Left–offset to the bottom from the upper-left corner. Right–offset to the bottom from the upper-right corner. Bottom–offset to the right from the lower-left corner. If CalloutOffset is negative, then the closest point of the callout pointer to a corner of the triangle has the CalloutOffset offset on the following sides: Top–offset to the left from the upper-right corner. Left–offset to the top from the lower-left corner. Right–offset to the top from the lower-right corner. Bottom–offset to the left from the lower-right corner.
- Type:
float
- CalloutPosition¶
Specifies the side of the rectangle where the callout pointer appears. TCalloutRectangle renders its callout pointer as an isosceles triangle on one of its four sides. Set CalloutPosition to one of the Top, Left, Bottom, or Right constants predefined in TCalloutPosition to define the side on which the callout pointer should appear. By default, the callout pointer appears on the top side CalloutPosition = Top.
- Type:
CalloutPosition
- CalloutWidth¶
The width of the callout pointer. TCalloutRectangle renders its callout pointer as an isosceles triangle on one of its sides. CalloutWidth is the length of the base of the triangle.
- Type:
float
- CanFocus()¶
Indicates whether a control can receive focus.
- Controls¶
Returns an iterator over contained controls
- ControlsCount¶
Returns the count of contained controls
- Fill¶
Determines the color and pattern used to fill the shape background. The value of Fill is an FMX.Graphics.TBrush object. It can define the gradient, brush pattern, brush color, opacity, and other parameters to fill the shape background.
- Type:
Brush
- IsFocused¶
Determines whether the control has input focus.
- LocalToAbsolute()¶
Translates a given point from client area coordinates to global screen coordinates.
- Position¶
Returns an access to the position of the control inside its parent
- PrepareForPaint()¶
Prepares the current control for painting.
- Repaint()¶
Forces the control to repaint its image on the screen.
- ResetFocus()¶
Removes the focus from a control of from any children of the control.
- SendToBack()¶
Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.
- SetBounds(Left, Top, Width, Height)¶
Sets the Left, Top, Width, and Height properties all at once.
- SetFocus()¶
Gives the input focus to the control.
- Stroke¶
Determines the color and pattern of the drawing pen used to draw lines and shape contours of the graphical primitives. The value of Stroke is an FMX.Graphics.TStrokeBrush object. To customize the outline pen, change the Thickness, Cap, Dash, and Join properties of the TStrokeBrush object.
- Type:
StrokeBrush
- Visible¶
Returns/Sets the Control Visibility