FMX.ListView.Appearances.TTextButtonObjectAppearance Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActualHeightpublicGets the actual height of the Appearance Object. The returned value depends on its visibility.
ActualPlaceOffsetpublicActual placement offset of the object appearance as pixels in X and Y, which is the user-defined placement offset if it is a non-zero value, or the fallback placement offset otherwise.
ActualWidthpublicGets actual width of the Appearance Object. The returned value depends on its visibility
AlignpublishedHorizontal alignment of Appearance Object inside its designated area.
ButtonTypepublishedType of this text button appearance.
DataMemberspublicArray of key-value pairs where keys are unique identifiers of data members that this object appearance exposes to LiveBindings, and values are the corresponding LiveBindings expression to access those data members.
DefaultValuespublicInstance of object appearance that contains the default values for the current instance of object appearance.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledpublishedDetermines whether the text button is enabled (True) or not (False).
FontpublishedFont of this text button appearance.
HeightpublishedUser-defined height of the object appearance in pixels.
HeightWhenVisiblepublicHeight in pixels that the object appearance has when it is visible, which is the user-defined height if it is a non-zero value, or the fallback height otherwise.
InternalHeightpublicFallback height of the object appearance in pixels, used when FMX.ListView.Appearances.TCommonObjectAppearance.Height is 0.
InternalPlaceOffsetpublicFallback placement offset of the object appearance as pixels in X and Y. InternalPlaceOffset.X is used when PlaceOffset.X is 0, InternalPlaceOffset.Y is used when PlaceOffset.Y is 0.
InternalWidthpublicFallback width of the object appearance in pixels, used when Width is 0.
NamepublicName that uniquely identifies this object appearance among the object appearances of its owner.
OpacitypublishedOpacity of the object appearance. It may have a value between 1.0 (opaque) and 0.0 (transparent).
OwnerpublicOwner of this object appearance that aggregates several object appearances.
PlaceOffsetpublishedUser-defined placement offset of the object appearance as pixels in X and Y.
PressedTextColorpublishedColor of the text of this text button appearance while the text button is pressed.
SizeWhenVisiblepublicSize, as width (X) and height (Y) in pixels, that the object appearance has when it is visible, which is the user-defined size if it is a non-zero value, or the rendered size otherwise.
TextpublishedText of this text button appearance.
TextAlignpublishedHorizontal alignment of the text of this text button appearance.
TextColorpublishedColor of the text of this text button appearance while it is not pressed.
TextShadowColorpublishedColor of the text shadow of this text button appearance.
TextVertAlignpublishedVertical alignment of the text of this text button appearance.
TintColorpublishedColor of the surface (below the text) of this text button appearance.
TrimmingpublishedTrimming mode for the text of this text button appearance.
VertAlignpublishedVertical alignment of Appearance Object inside its designated area.
VisiblepublishedDetermines whether this object appearance is visible (True) or not (False).
WidthpublishedUser-defined width of the object appearance in pixels.
WidthWhenVisiblepublicWidth in pixels that the object appearance has when it is visible, which is the user-defined width if it is a non-zero value, or the fallback width otherwise.
WordWrappublishedDetermines whether the text of this text button appearance uses word wrapping (True) or not (False).