Show: Delphi
C++
Display Preferences
FMX.Types
From XE2 API Documentation
Defines base types used throughout FireMonkey, including 2D drawing types.
Contents |
Classes
| IAlignableObject | IFreeNotification is the interface for alignable objects. |
| IAlignRoot | IAlignRoot is the interface that defines the way the children are aligned within their root parent. |
| IContainerObject | IContainerObject is the interface that defines a container object . |
| IControl | IControl is the interface that defines a control object. |
| IFreeNotification | IFreeNotification is the interface for freeing notifiers. |
| IItemsContainer | IItemsContainer is the interface that defines the way a container accesses its subitems. |
| IRoot | IRoot is the interface that defines a root object. |
| IScene | IScene is the interface that defines a scene of an object. |
| ISizeGrip | ISizeGrip is the interface that defines a size grip object. |
| ITextServiceControl | ITextServiceControl is the interface that defines how the object with the text area manages the text. |
| IVirtualKeyboardControl | Interface that defines the way classes should implement and set the style of the onscreen keyboard. |
| TAbstractPrinter | TAbstractPrinter is just the synonym for the TPersistent class. |
| TAnimation | TAnimation is the base class for all animation class descendants. |
| TBitmap | TBitmap is an encapsulation of a bitmap. |
| TBitmapCodec | TBitmapCodec is the base class for the system TBitmap encoder/decoder. |
| TBitmapCodecClass | TBitmapCodecClass defines the metaclass for TBitmapCodec. |
| TBitmapHandle | TBitmapHandle defines a TBitmap handle. |
| TBitmapObject | Base class for all objects that contain or manipulate bitmaps. |
| TBounds | Specifies the bounds for a control. |
| TBrush | TBrush represents the color and pattern used to fill solid shapes or to stroke the outline of shapes. |
| TBrushBitmap | TBrushBitmap instances are used to create a pattern for a TBrush from a bitmap, specifying its name and the wrapping mode. |
| TBrushGrab | Represents the class for controls to be used as brush patterns. |
| TBrushObject | Represents the class for brush objects. |
| TBrushResource | Represents the class for brush resources. |
| TCanvas | Provides an abstract drawing space for objects that must render their own images. |
| TCanvasClass | TCanvasClass defines the metaclass for TCanvas. |
| TCanvasSaveState | Represents an object used to store the state (drawing and filling) of the canvas. |
| TContent | Provides an easy way to realign the children of a control. |
| TControl | TControl is the base class for FMX on-screen components. |
| TControlActionLink | Links action objects to clients that descend from TControl. |
| TControlActionLinkClass | Defines the metaclass for TControlActionLink. |
| TCustomPopupMenu | Represents a pop-up menu attachable to graphical controls that support pop-up menus. |
| TDragObject | TDragObject defines data used for managing drag operations. |
| TEffect | Base class for most of the FireMonkey graphic effects classes. |
| TFmxObject | The base class for FireMonkey components. |
| TFmxObjectClass | TFmxObjectClass defines the metaclass for TFmxObject. |
| TFont | TFont encapsulates a system font. |
| TGradient | TGradient represents the class for gradient patterns. |
| TGradientPoint | TGradientPoint represents an item in a collection of gradient points. |
| TGradientPoints | TGradientPoints is a container for TGradientPoint objects. |
| TLang | Used for translating strings from the application. |
| TLineMetric | Record that contains line metrics. |
| TLineMetricInfo | Implements functionality to manipulate line metrics. |
| TPathData | TPathData represents a series of connected curves and lines. |
| TPathObject | Base class for all objects that contain or manipulate path data. |
| TPathPoint | Defines a TPathData point. |
| TPopup | TPopup provides a pop-up window. |
| TPosition | Used for specifying a control's position inside a form. |
| TPrinterCanvas | Provides an abstract printer drawing space for objects that must render their own images. |
| TPrinterCanvasClass | TPrinterCanvasClass defines the metaclass for TPrinterCanvas. |
| TSpline | TSpline defines a spline curve. |
| TStyleBook | TStyleBook stores a collection of styles for a form. |
| TStyledControl | TStyledControl is the base class for customizable and user-interaction controls. |
| TTextControl | Base class for all text controls such as TLabel. |
| TTextService | Handles a set of services available for text controls. |
| TTextServiceClass | TTextServiceClass defines the metaclass for TTextService. |
| TTimer | Use a TTimer object to repeat specific actions after a given time interval. |
| TTransform | TTransform defines two-dimensional plane transformations. |
Routines
| AddResource | Adds the given object to a resources list. |
| AddScene | Adds a new scene to SceneList. |
| AdjointMatrix | Returns the adjugate matrix for the given matrix. |
| AlignObjects | Performs the alignment of the visual FireMonkey objects on the surface of a FireMonkey form. |
| AppendColor | Returns the result of the addition of the two given alpha colors. |
| ChangeHSL | Variates the HSL values of a given alpha color. |
| CollectLangFinish | Stops collecting strings that can be translated. |
| CollectLangStart | Starts collecting strings that can be translated. |
| CollectLangStrings | Returns the collection of strings that can be translated. |
| CorrectColor | Corrects the RGB color model of the given alpha color. |
| CreateObjectFromBinStream | Creates a TFmxObject from the given binary stream. |
| CreateObjectFromStream | Creates a TFmxObject from the given stream. |
| CreateRotationMatrix | Creates a rotation matrix based on the given angle. |
| CreateScaleMatrix | Creates a scale TMatrix based on the given scale. |
| CreateTranslateMatrix | Creates a translation TMatrix based on the given distance. |
| EventToVariant | Performs the conversion of the given event to a Variant. |
| FillAlpha | Sets the alpha value of multiple (Count) alpha colors at once. |
| FillLongword | Sets the color of multiple (Count) alpha colors at once. |
| FillLongwordRect | Sets the same color of multiple alpha colors at once. |
| FindRCData | Searches through the added resources for the given RCDataName. |
| FindStyleResource | Searches for the given style lookup (passed in as a string) that specifies the resources list. |
| FitRect | Scales a rectangle to fit the specified bounds. |
| GetDefaultBitmapCodec | C++Builder metaclass access to the default bitmap codec. |
| GetMeasureBitmap | Returns the measure bitmap. |
| GetToken | Gets a token from a string. |
| HSLtoRGB | Returns an alpha color based on the given HSL values. |
| InterpolateBack | Calculates the new time period for a back interpolation. |
| InterpolateBounce | Calculates the new time period for a bounce interpolation. |
| InterpolateCirc | Calculates the new time period for a circle interpolation. |
| InterpolateColor | Calculates the current value of an interpolation for alpha color values. |
| InterpolateCubic | Calculates the new time period for a cubic interpolation. |
| InterpolateElastic | Calculates the new time period for an elastic interpolation. |
| InterpolateExpo | Calculates the new time period for an exponential interpolation. |
| InterpolateLinear | Calculates the time period for a linear interpolation. |
| InterpolateQuad | Calculates the new time period for a quadratic interpolation. |
| InterpolateQuart | Calculates the new time period for a quartic interpolation. |
| InterpolateQuint | Calculates the new time period for a quintic interpolation. |
| InterpolateRotation | Calculates the current value of an interpolation for singles values. |
| InterpolateSine | Calculates the new time period for a sinusoidal interpolation. |
| InterpolateSingle | Calculates the current value of an interpolation for singles values. |
| InvertMatrix | Returns the inverted matrix for the given matrix. |
| IsHandleValid | Indicates whether a specified handle is valid. |
| IsRectEmpty | Indicates whether a specified rectangle is empty. |
| LoadLangFromFile | Loads the language dictionary for translation from a specified file. |
| LoadLangFromStrings | Loads the language dictionary for translation from a specified TStrings. |
| LoadObjectFromStream | Loads the specified TFmxObject from the given stream. |
| MakeColor | Returns an alpha color based on the given RGBA color space. |
| MatrixDeterminant | Returns the determinant of the given matrix. |
| MatrixMultiply | Returns the multiplication of the two given matrices. |
| MergeObjectFromStream | Merges a TFmxObject from the given stream. |
| MinMax | Indicates the state of a number in relation with a minimum and a maximum. |
| NormalizeAngle | Normalizes an angle, in degrees, to be between -360 and 360. |
| ObjectToVariant | Performs the conversion of the given object to a Variant. |
| PointInRect | Returns whether the given point can be found in the given rectangle. |
| PointToString | Converts the coordinates of the given point to an AnsiString. |
| PremultiplyAlpha | Premultiplies the given alpha color by its contained alpha value. |
| RectToString | Converts the coordinates of the given rectangle to an AnsiString. |
| RegisterFmxClasses | Registers a set of FireMonkey classes and adds a set of classes to the FireMonkey group objects. |
| RemoveResource | Removes the given object from a resources list. |
| RemoveScene | Removes a scene from SceneList. |
| ResetLang | Resets the language dictionary used for translation. |
| ReverseBytes | Reverses the bytes of a specified buffer. |
| RGBtoBGR | Reverses the RGB color model of the given alpha color. |
| RGBtoHSL | Returns the HSL values from a specific alpha color. |
| ScaleMatrix | Scales the given matrix by the given factor. |
| StringToPoint | Returns a TPointF based on the given AnsiString coordinates. |
| StringToRect | Returns a TRectF based on the given AnsiString coordinates. |
| SubtractColor | Returns the result of the subtraction of the two given alpha colors. |
| Translate | Translates a specified string. |
| TranslateText | Translates a specified string. |
| UnpremultiplyAlpha | Divides the given alpha color by its contained alpha value. |
| UpdateLang | Updates the style of the current scene. |
| VariantToEvent | Performs the conversion of the given Variant to an event. |
| VariantToObject | Performs the conversion of the given Variant to an object. |
| VarIsEvent | Checks whether the given Variant structurally defines an event. |
| VarIsObject | Checks whether the given Variant structurally defines an object. |
| Vector | Generates a vector based on the given X and Y 2D coordinates. |
| VectorAdd | Adds the two given vectors. |
| VectorAngle | Returns the angle of the given vector given through V to the normalized wall vector N. |
| VectorAngleCosine | Returns the cosine of the angle between the given v1 and v2 vectors. |
| VectorCrossProductZ | Performs and returns the vector (cross) product of the two given vectors. |
| VectorDotProduct | Performs and returns the scalar product of the two given vectors. |
| VectorLength | Returns the length of the given vector. |
| VectorNorm | Returns the norm of the given vector. |
| VectorNormalize | Returns the normalized vector of the given vector. |
| VectorReflect | Returns the reflection of the given vector. |
| VectorScale | Scales the given vector by the given factor. |
| VectorSubtract | Subtracts the two given vectors. |
| VectorTransform | Transforms and returns the vector given through the given matrix. |
| WideGetToken | Gets a token from a string. |
Types
| _di_IAlignableObject | Represents the DelphiInterface of IAlignableObject. |
| _di_IAlignRoot | Represents the DelphiInterface of IAlignRoot. |
| _di_IContainerObject | Represents the DelphiInterface of IContainerObject. |
| _di_IControl | Represents the DelphiInterface of IControl. |
| _di_IFreeNotification | Represents the DelphiInterface of IFreeNotification. |
| _di_IItemsContainer | Represents the DelphiInterface of IItemsContainer. |
| _di_IRoot | Represents the DelphiInterface of IRoot. |
| _di_IScene | Represents the DelphiInterface of IScene. |
| _di_ISizeGrip | Represents the DelphiInterface of ISizeGrip. |
| _di_ITextServiceControl | Represents the DelphiInterface of ITextServiceControl. |
| _di_IVirtualKeyboardControl | Represents the DelphiInterface of IVirtualKeyboardControl. |
| PAlphaColorArray | PAlphaColorArray is a pointer to TAlphaColorArray. |
| PAlphaColorRecArray | PAlphaColorRecArray is a pointer to TAlphaColorRecArray. |
| PClipRects | Pointer to TClipRects. |
| PLineMetric | Pointer to TLineMetric. |
| PPointArray | PPointArray is a pointer to TPointArray. |
| TAlignLayout | Specifies the alignment of a control within its parent. |
| TAlphaColorArray | TAlphaColorArray is an array of colors. |
| TAlphaColorRecArray | TAlphaColorRecArray is an array of channel colors. |
| TAnimationType | The type of the AnimationType property of an animation. |
| TBitmapCodecClass | TBitmapCodecClass defines the metaclass for TBitmapCodec. |
| TBitmapHandle | TBitmapHandle defines a TBitmap handle. |
| TBrushKind | Specifies the style characteristics of a brush. |
| TCanFocusEvent | Procedural type that is used for all OnCanFocus event types. |
| TCanvasClass | TCanvasClass defines the metaclass for TCanvas. |
| TClipRects | Array of TRectF. |
| TControlActionLinkClass | Defines the metaclass for TControlActionLink. |
| TCorner | TCorner values identify the corners of a rectangle. |
| TCorners | Specifies a set of TCorner type values. |
| TCornerType | Specifies the type of the corners of a rectangle. |
| TCustomTranslateProc | Procedural type that takes a string (AText) as a parameter and returns a string value. |
| TDashArray | Internally used type that represents an array of Singles. |
| TDragDropEvent | Procedural type that is used for all OnDragDrop event types. |
| TDragEnterEvent | Procedural type that is used for all OnDragEnter event types. |
| TDragObject | TDragObject defines data used for managing drag operations. |
| TDragOverEvent | Procedural type that is used for all OnDragOver event types. |
| TFillTextFlag | Specifies the filling direction of a text. |
| TFillTextFlags | Specifies a set of TFillTextFlag. |
| TFmxHandle | TFmxHandle is a handle specific to FireMonkey objects. |
| TFmxObjectClass | TFmxObjectClass defines the metaclass for TFmxObject. |
| TFmxObjectSortCompare | Procedural type for functions that take two TFmxObject objects as parameters and return an integer value. |
| TGradientStyle | Specifies the characteristics of a gradient. |
| TImeMode | Specifies the type of Input Method Editor (IME). |
| TInterpolationType | The type of the Interpolation property of an animation. |
| TKeyEvent | Procedural type that is used for all OnKeyDown and OnKeyUp event types. |
| TLineMetric | Record that contains line metrics. |
| TMouseEvent | Procedural type that is used for all OnMouseUp and OnMouseDown event types. |
| TMouseMoveEvent | Procedural type that is used for all OnMouseMove event types. |
| TMouseWheelEvent | Procedural type that is used for all OnMouseWheel event types. |
| TOnPaintEvent | Procedural type that is used for all OnPaint and OnPainting event types. |
| TOrientation | Defines the control orientation. |
| TPathPoint | Defines a TPathData point. |
| TPathPointKind | Defines the TPathData points' kind. |
| TPlacement | TPlacement defines where a TPopup control appears on the screen. |
| TPointArray | One-element array of TPointF and is internally used. |
| TPrinterCanvasClass | TPrinterCanvasClass defines the metaclass for TPrinterCanvas. |
| TProcessTickEvent | For internal use only. |
| TSide | Specifies the sides of a rectangle to be displayed. |
| TSides | Specifies a set of the rectangle's sides. |
| TSplineMatrix | Defines a matrix that defines a spline curve. |
| TSplineVector | Defines a line from a matrix that describes a spline curve. |
| TStrokeCap | Specifies the graphic style used to draw the ends of a line. |
| TStrokeDash | Specifies the style of a line. |
| TStrokeJoin | Specifies the style of the joints that connect the line segments of a shape or a path to be drawn. |
| TTextAlign | Specifies the text alignment of a control within its parent. |
| TTextServiceClass | TTextServiceClass defines the metaclass for TTextService. |
| TTimerProc | Procedural type that is internally used by functions such as CreateTimer. |
| TTrigger | Indicates the state of the parent object of an animation. |
| TVirtualKeyboardType | Enumeration used to control the type of onscreen keyboard to be displayed. |
| TWrapMode | Specifies the wrapping mode for a bitmap. |
Variables
| AllCorners | AllCorners is the constant, of the TCorners type, defining the set of all four corners in a rectangle. |
| AllSides | Constant of type TSides. |
| AnchorAlign | Variable that is an array of TAnchors. |
| AniFrameRate | Variable that holds the default number of frames per second for animations. |
| AniThread | Variable of type TTimer used internally by animation threads. |
| ClosePolygon | Variable of type TPointF that specifies the end coordinates of a polygon. This variable is internally used only. |
| CustomTranslateProc | Variable of type TCustomTranslateProc used internally for text translation purposes. |
| DefaultBitmapCodecClass | DefaultBitmapCodecClass keeps the global codec class. |
| DefaultCanvasClass | Variable of type TCanvasClass that holds a reference to the metaclass for TCanvas. |
| DefaultPrinterCanvasClass | Variable of type TCanvasClass that holds a reference to the metaclass for TCanvas. |
| GlobalDisableFocusEffect | Boolean variable that specifies whether the focusing effects are enabled or disabled. |
| GlobalUseDirect2D | Boolean variable that specifies whether to use hardware accelerated Direct2D by default. |
| GlobalUseDirect2DSoftware | Boolean variable that specifies whether to use software-accelerated Direct2D by default. |
| GlobalUseHWEffects | Boolean variable that specifies whether to use hardware-accelerated effects whenever possible. |
| IdentityMatrix | Constant of type TMatrix that is initialized with the identity matrix. |
| InvalidCanvasState | Constant of type Pointer that is internally used to designate an invalid canvas. |
| NullRect | Constant of type TRectF that is initialized with a null rectangle with all the coordinates set to 0. |
| SceneList | Variable of type TList that represents a list of scenes and is internally used. |
| TAlphaColorArray | TAlphaColorArray is an array of colors. |
| TAlphaColorRecArray | TAlphaColorRecArray is an array of channel colors. |
| TClipRects | Array of TRectF. |
| TDashArray | Internally used type that represents an array of Singles. |
| TPointArray | One-element array of TPointF and is internally used. |
| TSplineMatrix | Defines a matrix that defines a spline curve. |
| TSplineVector | Defines a line from a matrix that describes a spline curve. |
| USFormatSettings | Variable of type TFormatSettings that is internally used for various string-to-float operations. |
Constants
| claAliceblue | claAliceblue: Integer = $FFF0F8FF; |
| claAntiquewhite | claAntiquewhite: Integer = $FFFAEBD7; |
| claAqua | claAqua: Integer = $FF00FFFF; |
| claAquamarine | claAquamarine: Integer = $FF7FFFD4; |
| claAzure | claAzure: Integer = $FFF0FFFF; |
| claBeige | claBeige: Integer = $FFF5F5DC; |
| claBisque | claBisque: Integer = $FFFFE4C4; |
| claBlack | claBlack: Integer = $FF000000; |
| claBlanchedalmond | claBlanchedalmond: Integer = $FFFFEBCD; |
| claBlue | claBlue: Integer = $FF0000FF; |
| claBlueviolet | claBlueviolet: Integer = $FF8A2BE2; |
| claBrown | claBrown: Integer = $FFA52A2A; |
| claBurlywood | claBurlywood: Integer = $FFDEB887; |
| claCadetblue | claCadetblue: Integer = $FF5F9EA0; |
| claChartreuse | claChartreuse: Integer = $FF7FFF00; |
| claChocolate | claChocolate: Integer = $FFD2691E; |
| claCoral | claCoral: Integer = $FFFF7F50; |
| claCornflowerblue | claCornflowerblue: Integer = $FF6495ED; |
| claCornsilk | claCornsilk: Integer = $FFFFF8DC; |
| claCrimson | claCrimson: Integer = $FFDC143C; |
| claCyan | claCyan: Integer = $FF00FFFF; |
| claDarkblue | claDarkblue: Integer = $FF00008B; |
| claDarkcyan | claDarkcyan: Integer = $FF008B8B; |
| claDarkgoldenrod | claDarkgoldenrod: Integer = $FFB8860B; |
| claDarkgray | claDarkgray: Integer = $FFA9A9A9; |
| claDarkgreen | claDarkgreen: Integer = $FF006400; |
| claDarkgrey | claDarkgrey: Integer = $FFA9A9A9; |
| claDarkkhaki | claDarkkhaki: Integer = $FFBDB76B; |
| claDarkmagenta | claDarkmagenta: Integer = $FF8B008B; |
| claDarkolivegreen | claDarkolivegreen: Integer = $FF556B2F; |
| claDarkorange | claDarkorange: Integer = $FFFF8C00; |
| claDarkorchid | claDarkorchid: Integer = $FF9932CC; |
| claDarkred | claDarkred: Integer = $FF8B0000; |
| claDarksalmon | claDarksalmon: Integer = $FFE9967A; |
| claDarkseagreen | claDarkseagreen: Integer = $FF8FBC8F; |
| claDarkslateblue | claDarkslateblue: Integer = $FF483D8B; |
| claDarkslategray | claDarkslategray: Integer = $FF2F4F4F; |
| claDarkslategrey | claDarkslategrey: Integer = $FF2F4F4F; |
| claDarkturquoise | claDarkturquoise: Integer = $FF00CED1; |
| claDarkviolet | claDarkviolet: Integer = $FF9400D3; |
| claDeeppink | claDeeppink: Integer = $FFFF1493; |
| claDeepskyblue | claDeepskyblue: Integer = $FF00BFFF; |
| claDimgray | claDimgray: Integer = $FF696969; |
| claDimgrey | claDimgrey: Integer = $FF696969; |
| claDodgerblue | claDodgerblue: Integer = $FF1E90FF; |
| claFirebrick | claFirebrick: Integer = $FFB22222; |
| claFloralwhite | claFloralwhite: Integer = $FFFFFAF0; |
| claForestgreen | claForestgreen: Integer = $FF228B22; |
| claFuchsia | claFuchsia: Integer = $FFFF00FF; |
| claGainsboro | claGainsboro: Integer = $FFDCDCDC; |
| claGhostwhite | claGhostwhite: Integer = $FFF8F8FF; |
| claGold | claGold: Integer = $FFFFD700; |
| claGoldenrod | claGoldenrod: Integer = $FFDAA520; |
| claGray | claGray: Integer = $FF808080; |
| claGreen | claGreen: Integer = $FF008000; |
| claGreenyellow | claGreenyellow: Integer = $FFADFF2F; |
| claGrey | claGrey: Integer = $FF808080; |
| claHoneydew | claHoneydew: Integer = $FFF0FFF0; |
| claHotpink | claHotpink: Integer = $FFFF69B4; |
| claIndianred | claIndianred: Integer = $FFCD5C5C; |
| claIndigo | claIndigo: Integer = $FF4B0082; |
| claIvory | claIvory: Integer = $FFFFFFF0; |
| claKhaki | claKhaki: Integer = $FFF0E68C; |
| claLavender | claLavender: Integer = $FFE6E6FA; |
| claLavenderblush | claLavenderblush: Integer = $FFFFF0F5; |
| claLawngreen | claLawngreen: Integer = $FF7CFC00; |
| claLemonchiffon | claLemonchiffon: Integer = $FFFFFACD; |
| claLightblue | claLightblue: Integer = $FFADD8E6; |
| claLightcoral | claLightcoral: Integer = $FFF08080; |
| claLightcyan | claLightcyan: Integer = $FFE0FFFF; |
| claLightgoldenrodyellow | claLightgoldenrodyellow: Integer = $FFFAFAD2; |
| claLightgray | claLightgray: Integer = $FFD3D3D3; |
| claLightgreen | claLightgreen: Integer = $FF90EE90; |
| claLightgrey | claLightgrey: Integer = $FFD3D3D3; |
| claLightpink | claLightpink: Integer = $FFFFB6C1; |
| claLightsalmon | claLightsalmon: Integer = $FFFFA07A; |
| claLightseagreen | claLightseagreen: Integer = $FF20B2AA; |
| claLightskyblue | claLightskyblue: Integer = $FF87CEFA; |
| claLightslategray | claLightslategray: Integer = $FF778899; |
| claLightslategrey | claLightslategrey: Integer = $FF778899; |
| claLightsteelblue | claLightsteelblue: Integer = $FFB0C4DE; |
| claLightyellow | claLightyellow: Integer = $FFFFFFE0; |
| claLime | claLime: Integer = $FF00FF00; |
| claLimegreen | claLimegreen: Integer = $FF32CD32; |
| claLinen | claLinen: Integer = $FFFAF0E6; |
| claMagenta | claMagenta: Integer = $FFFF00FF; |
| claMaroon | claMaroon: Integer = $FF800000; |
| claMediumaquamarine | claMediumaquamarine: Integer = $FF66CDAA; |
| claMediumblue | claMediumblue: Integer = $FF0000CD; |
| claMediumorchid | claMediumorchid: Integer = $FFBA55D3; |
| claMediumpurple | claMediumpurple: Integer = $FF9370DB; |
| claMediumseagreen | claMediumseagreen: Integer = $FF3CB371; |
| claMediumslateblue | claMediumslateblue: Integer = $FF7B68EE; |
| claMediumspringgreen | claMediumspringgreen: Integer = $FF00FA9A; |
| claMediumturquoise | claMediumturquoise: Integer = $FF48D1CC; |
| claMediumvioletred | claMediumvioletred: Integer = $FFC71585; |
| claMidnightblue | claMidnightblue: Integer = $FF191970; |
| claMintcream | claMintcream: Integer = $FFF5FFFA; |
| claMistyrose | claMistyrose: Integer = $FFFFE4E1; |
| claMoccasin | claMoccasin: Integer = $FFFFE4B5; |
| claNavajowhite | claNavajowhite: Integer = $FFFFDEAD; |
| claNavy | claNavy: Integer = $FF000080; |
| claNull | claNull: TAlphaColor = 0; |
| claOldlace | claOldlace: Integer = $FFFDF5E6; |
| claOlive | claOlive: Integer = $FF808000; |
| claOlivedrab | claOlivedrab: Integer = $FF6B8E23; |
| claOrange | claOrange: Integer = $FFFFA500; |
| claOrangered | claOrangered: Integer = $FFFF4500; |
| claOrchid | claOrchid: Integer = $FFDA70D6; |
| claPalegoldenrod | claPalegoldenrod: Integer = $FFEEE8AA; |
| claPalegreen | claPalegreen: Integer = $FF98FB98; |
| claPaleturquoise | claPaleturquoise: Integer = $FFAFEEEE; |
| claPalevioletred | claPalevioletred: Integer = $FFDB7093; |
| claPapayawhip | claPapayawhip: Integer = $FFFFEFD5; |
| claPeachpuff | claPeachpuff: Integer = $FFFFDAB9; |
| claPeru | claPeru: Integer = $FFCD853F; |
| claPink | claPink: Integer = $FFFFC0CB; |
| claPlum | claPlum: Integer = $FFDDA0DD; |
| claPowderblue | claPowderblue: Integer = $FFB0E0E6; |
| claPurple | claPurple: Integer = $FF800080; |
| claRed | claRed: Integer = $FFFF0000; |
| claRosybrown | claRosybrown: Integer = $FFBC8F8F; |
| claRoyalblue | claRoyalblue: Integer = $FF4169E1; |
| claSaddlebrown | claSaddlebrown: Integer = $FF8B4513; |
| claSalmon | claSalmon: Integer = $FFFA8072; |
| claSandybrown | claSandybrown: Integer = $FFF4A460; |
| claSeagreen | claSeagreen: Integer = $FF2E8B57; |
| claSeashell | claSeashell: Integer = $FFFFF5EE; |
| claSienna | claSienna: Integer = $FFA0522D; |
| claSilver | claSilver: Integer = $FFC0C0C0; |
| claSkyblue | claSkyblue: Integer = $FF87CEEB; |
| claSlateblue | claSlateblue: Integer = $FF6A5ACD; |
| claSlategray | claSlategray: Integer = $FF708090; |
| claSlategrey | claSlategrey: Integer = $FF708090; |
| claSnow | claSnow: Integer = $FFFFFAFA; |
| claSpringgreen | claSpringgreen: Integer = $FF00FF7F; |
| claSteelblue | claSteelblue: Integer = $FF4682B4; |
| claTan | claTan: Integer = $FFD2B48C; |
| claTeal | claTeal: Integer = $FF008080; |
| claThistle | claThistle: Integer = $FFD8BFD8; |
| claTomato | claTomato: Integer = $FFFF6347; |
| claTurquoise | claTurquoise: Integer = $FF40E0D0; |
| claViolet | claViolet: Integer = $FFEE82EE; |
| claWheat | claWheat: Integer = $FFF5DEB3; |
| claWhite | claWhite: Integer = $FFFFFFFF; |
| claWhitesmoke | claWhitesmoke: Integer = $FFF5F5F5; |
| claYellow | claYellow: Integer = $FFFFFF00; |
| claYellowgreen | claYellowgreen: Integer = $FF9ACD32; |
| FireMonkeyVersion | FireMonkeyVersion: Comp = 16.2; |