Show: Delphi C++
Display Preferences

FMX.Types

From XE2 API Documentation
Jump to: navigation, search

Defines base types used throughout FireMonkey, including 2D drawing types.

Contents

Classes

IAlignableObjectIFreeNotification is the interface for alignable objects.
IAlignRootIAlignRoot is the interface that defines the way the children are aligned within their root parent.
IContainerObjectIContainerObject is the interface that defines a container object .
IControlIControl is the interface that defines a control object.
IFreeNotificationIFreeNotification is the interface for freeing notifiers.
IItemsContainerIItemsContainer is the interface that defines the way a container accesses its subitems.
IRootIRoot is the interface that defines a root object.
ISceneIScene is the interface that defines a scene of an object.
ISizeGripISizeGrip is the interface that defines a size grip object.
ITextServiceControlITextServiceControl is the interface that defines how the object with the text area manages the text.
IVirtualKeyboardControlInterface that defines the way classes should implement and set the style of the onscreen keyboard.
TAbstractPrinterTAbstractPrinter is just the synonym for the TPersistent class.
TAnimationTAnimation is the base class for all animation class descendants.
TBitmapTBitmap is an encapsulation of a bitmap.
TBitmapCodecTBitmapCodec is the base class for the system TBitmap encoder/decoder.
TBitmapCodecClassTBitmapCodecClass defines the metaclass for TBitmapCodec.
TBitmapHandleTBitmapHandle defines a TBitmap handle.
TBitmapObjectBase class for all objects that contain or manipulate bitmaps.
TBoundsSpecifies the bounds for a control.
TBrushTBrush represents the color and pattern used to fill solid shapes or to stroke the outline of shapes.
TBrushBitmapTBrushBitmap instances are used to create a pattern for a TBrush from a bitmap, specifying its name and the wrapping mode.
TBrushGrabRepresents the class for controls to be used as brush patterns.
TBrushObjectRepresents the class for brush objects.
TBrushResourceRepresents the class for brush resources.
TCanvasProvides an abstract drawing space for objects that must render their own images.
TCanvasClassTCanvasClass defines the metaclass for TCanvas.
TCanvasSaveStateRepresents an object used to store the state (drawing and filling) of the canvas.
TContentProvides an easy way to realign the children of a control.
TControlTControl is the base class for FMX on-screen components.
TControlActionLinkLinks action objects to clients that descend from TControl.
TControlActionLinkClassDefines the metaclass for TControlActionLink.
TCustomPopupMenuRepresents a pop-up menu attachable to graphical controls that support pop-up menus.
TDragObjectTDragObject defines data used for managing drag operations.
TEffectBase class for most of the FireMonkey graphic effects classes.
TFmxObjectThe base class for FireMonkey components.
TFmxObjectClassTFmxObjectClass defines the metaclass for TFmxObject.
TFontTFont encapsulates a system font.
TGradientTGradient represents the class for gradient patterns.
TGradientPointTGradientPoint represents an item in a collection of gradient points.
TGradientPointsTGradientPoints is a container for TGradientPoint objects.
TLangUsed for translating strings from the application.
TLineMetricRecord that contains line metrics.
TLineMetricInfoImplements functionality to manipulate line metrics.
TPathDataTPathData represents a series of connected curves and lines.
TPathObjectBase class for all objects that contain or manipulate path data.
TPathPointDefines a TPathData point.
TPopupTPopup provides a pop-up window.
TPositionUsed for specifying a control's position inside a form.
TPrinterCanvasProvides an abstract printer drawing space for objects that must render their own images.
TPrinterCanvasClassTPrinterCanvasClass defines the metaclass for TPrinterCanvas.
TSplineTSpline defines a spline curve.
TStyleBookTStyleBook stores a collection of styles for a form.
TStyledControlTStyledControl is the base class for customizable and user-interaction controls.
TTextControlBase class for all text controls such as TLabel.
TTextServiceHandles a set of services available for text controls.
TTextServiceClassTTextServiceClass defines the metaclass for TTextService.
TTimerUse a TTimer object to repeat specific actions after a given time interval.
TTransformTTransform defines two-dimensional plane transformations.

Routines

AddResourceAdds the given object to a resources list.
AddSceneAdds a new scene to SceneList.
AdjointMatrixReturns the adjugate matrix for the given matrix.
AlignObjectsPerforms the alignment of the visual FireMonkey objects on the surface of a FireMonkey form.
AppendColorReturns the result of the addition of the two given alpha colors.
ChangeHSLVariates the HSL values of a given alpha color.
CollectLangFinishStops collecting strings that can be translated.
CollectLangStartStarts collecting strings that can be translated.
CollectLangStringsReturns the collection of strings that can be translated.
CorrectColorCorrects the RGB color model of the given alpha color.
CreateObjectFromBinStreamCreates a TFmxObject from the given binary stream.
CreateObjectFromStreamCreates a TFmxObject from the given stream.
CreateRotationMatrixCreates a rotation matrix based on the given angle.
CreateScaleMatrixCreates a scale TMatrix based on the given scale.
CreateTranslateMatrixCreates a translation TMatrix based on the given distance.
EventToVariantPerforms the conversion of the given event to a Variant.
FillAlphaSets the alpha value of multiple (Count) alpha colors at once.
FillLongwordSets the color of multiple (Count) alpha colors at once.
FillLongwordRectSets the same color of multiple alpha colors at once.
FindRCDataSearches through the added resources for the given RCDataName.
FindStyleResourceSearches for the given style lookup (passed in as a string) that specifies the resources list.
FitRectScales a rectangle to fit the specified bounds.
GetDefaultBitmapCodecC++Builder metaclass access to the default bitmap codec.
GetMeasureBitmapReturns the measure bitmap.
GetTokenGets a token from a string.
HSLtoRGBReturns an alpha color based on the given HSL values.
InterpolateBackCalculates the new time period for a back interpolation.
InterpolateBounceCalculates the new time period for a bounce interpolation.
InterpolateCircCalculates the new time period for a circle interpolation.
InterpolateColorCalculates the current value of an interpolation for alpha color values.
InterpolateCubicCalculates the new time period for a cubic interpolation.
InterpolateElasticCalculates the new time period for an elastic interpolation.
InterpolateExpoCalculates the new time period for an exponential interpolation.
InterpolateLinearCalculates the time period for a linear interpolation.
InterpolateQuadCalculates the new time period for a quadratic interpolation.
InterpolateQuartCalculates the new time period for a quartic interpolation.
InterpolateQuintCalculates the new time period for a quintic interpolation.
InterpolateRotationCalculates the current value of an interpolation for singles values.
InterpolateSineCalculates the new time period for a sinusoidal interpolation.
InterpolateSingleCalculates the current value of an interpolation for singles values.
InvertMatrixReturns the inverted matrix for the given matrix.
IsHandleValidIndicates whether a specified handle is valid.
IsRectEmptyIndicates whether a specified rectangle is empty.
LoadLangFromFileLoads the language dictionary for translation from a specified file.
LoadLangFromStringsLoads the language dictionary for translation from a specified TStrings.
LoadObjectFromStreamLoads the specified TFmxObject from the given stream.
MakeColorReturns an alpha color based on the given RGBA color space.
MatrixDeterminantReturns the determinant of the given matrix.
MatrixMultiplyReturns the multiplication of the two given matrices.
MergeObjectFromStreamMerges a TFmxObject from the given stream.
MinMaxIndicates the state of a number in relation with a minimum and a maximum.
NormalizeAngleNormalizes an angle, in degrees, to be between -360 and 360.
ObjectToVariantPerforms the conversion of the given object to a Variant.
PointInRectReturns whether the given point can be found in the given rectangle.
PointToStringConverts the coordinates of the given point to an AnsiString.
PremultiplyAlphaPremultiplies the given alpha color by its contained alpha value.
RectToStringConverts the coordinates of the given rectangle to an AnsiString.
RegisterFmxClassesRegisters a set of FireMonkey classes and adds a set of classes to the FireMonkey group objects.
RemoveResourceRemoves the given object from a resources list.
RemoveSceneRemoves a scene from SceneList.
ResetLangResets the language dictionary used for translation.
ReverseBytesReverses the bytes of a specified buffer.
RGBtoBGRReverses the RGB color model of the given alpha color.
RGBtoHSLReturns the HSL values from a specific alpha color.
ScaleMatrixScales the given matrix by the given factor.
StringToPointReturns a TPointF based on the given AnsiString coordinates.
StringToRectReturns a TRectF based on the given AnsiString coordinates.
SubtractColorReturns the result of the subtraction of the two given alpha colors.
TranslateTranslates a specified string.
TranslateTextTranslates a specified string.
UnpremultiplyAlphaDivides the given alpha color by its contained alpha value.
UpdateLangUpdates the style of the current scene.
VariantToEventPerforms the conversion of the given Variant to an event.
VariantToObjectPerforms the conversion of the given Variant to an object.
VarIsEventChecks whether the given Variant structurally defines an event.
VarIsObjectChecks whether the given Variant structurally defines an object.
VectorGenerates a vector based on the given X and Y 2D coordinates.
VectorAddAdds the two given vectors.
VectorAngleReturns the angle of the given vector given through V to the normalized wall vector N.
VectorAngleCosineReturns the cosine of the angle between the given v1 and v2 vectors.
VectorCrossProductZPerforms and returns the vector (cross) product of the two given vectors.
VectorDotProductPerforms and returns the scalar product of the two given vectors.
VectorLengthReturns the length of the given vector.
VectorNormReturns the norm of the given vector.
VectorNormalizeReturns the normalized vector of the given vector.
VectorReflectReturns the reflection of the given vector.
VectorScaleScales the given vector by the given factor.
VectorSubtractSubtracts the two given vectors.
VectorTransformTransforms and returns the vector given through the given matrix.
WideGetTokenGets a token from a string.

Types

_di_IAlignableObjectRepresents the DelphiInterface of IAlignableObject.
_di_IAlignRootRepresents the DelphiInterface of IAlignRoot.
_di_IContainerObjectRepresents the DelphiInterface of IContainerObject.
_di_IControlRepresents the DelphiInterface of IControl.
_di_IFreeNotificationRepresents the DelphiInterface of IFreeNotification.
_di_IItemsContainerRepresents the DelphiInterface of IItemsContainer.
_di_IRootRepresents the DelphiInterface of IRoot.
_di_ISceneRepresents the DelphiInterface of IScene.
_di_ISizeGripRepresents the DelphiInterface of ISizeGrip.
_di_ITextServiceControlRepresents the DelphiInterface of ITextServiceControl.
_di_IVirtualKeyboardControlRepresents the DelphiInterface of IVirtualKeyboardControl.
PAlphaColorArrayPAlphaColorArray is a pointer to TAlphaColorArray.
PAlphaColorRecArrayPAlphaColorRecArray is a pointer to TAlphaColorRecArray.
PClipRectsPointer to TClipRects.
PLineMetricPointer to TLineMetric.
PPointArrayPPointArray is a pointer to TPointArray.
TAlignLayoutSpecifies the alignment of a control within its parent.
TAlphaColorArrayTAlphaColorArray is an array of colors.
TAlphaColorRecArrayTAlphaColorRecArray is an array of channel colors.
TAnimationTypeThe type of the AnimationType property of an animation.
TBitmapCodecClassTBitmapCodecClass defines the metaclass for TBitmapCodec.
TBitmapHandleTBitmapHandle defines a TBitmap handle.
TBrushKindSpecifies the style characteristics of a brush.
TCanFocusEventProcedural type that is used for all OnCanFocus event types.
TCanvasClassTCanvasClass defines the metaclass for TCanvas.
TClipRectsArray of TRectF.
TControlActionLinkClassDefines the metaclass for TControlActionLink.
TCornerTCorner values identify the corners of a rectangle.
TCornersSpecifies a set of TCorner type values.
TCornerTypeSpecifies the type of the corners of a rectangle.
TCustomTranslateProcProcedural type that takes a string (AText) as a parameter and returns a string value.
TDashArrayInternally used type that represents an array of Singles.
TDragDropEventProcedural type that is used for all OnDragDrop event types.
TDragEnterEventProcedural type that is used for all OnDragEnter event types.
TDragObjectTDragObject defines data used for managing drag operations.
TDragOverEventProcedural type that is used for all OnDragOver event types.
TFillTextFlagSpecifies the filling direction of a text.
TFillTextFlagsSpecifies a set of TFillTextFlag.
TFmxHandleTFmxHandle is a handle specific to FireMonkey objects.
TFmxObjectClassTFmxObjectClass defines the metaclass for TFmxObject.
TFmxObjectSortCompareProcedural type for functions that take two TFmxObject objects as parameters and return an integer value.
TGradientStyleSpecifies the characteristics of a gradient.
TImeModeSpecifies the type of Input Method Editor (IME).
TInterpolationTypeThe type of the Interpolation property of an animation.
TKeyEventProcedural type that is used for all OnKeyDown and OnKeyUp event types.
TLineMetricRecord that contains line metrics.
TMouseEventProcedural type that is used for all OnMouseUp and OnMouseDown event types.
TMouseMoveEventProcedural type that is used for all OnMouseMove event types.
TMouseWheelEventProcedural type that is used for all OnMouseWheel event types.
TOnPaintEventProcedural type that is used for all OnPaint and OnPainting event types.
TOrientationDefines the control orientation.
TPathPointDefines a TPathData point.
TPathPointKindDefines the TPathData points' kind.
TPlacementTPlacement defines where a TPopup control appears on the screen.
TPointArrayOne-element array of TPointF and is internally used.
TPrinterCanvasClassTPrinterCanvasClass defines the metaclass for TPrinterCanvas.
TProcessTickEventFor internal use only.
TSideSpecifies the sides of a rectangle to be displayed.
TSidesSpecifies a set of the rectangle's sides.
TSplineMatrixDefines a matrix that defines a spline curve.
TSplineVectorDefines a line from a matrix that describes a spline curve.
TStrokeCapSpecifies the graphic style used to draw the ends of a line.
TStrokeDashSpecifies the style of a line.
TStrokeJoinSpecifies the style of the joints that connect the line segments of a shape or a path to be drawn.
TTextAlignSpecifies the text alignment of a control within its parent.
TTextServiceClassTTextServiceClass defines the metaclass for TTextService.
TTimerProcProcedural type that is internally used by functions such as CreateTimer.
TTriggerIndicates the state of the parent object of an animation.
TVirtualKeyboardTypeEnumeration used to control the type of onscreen keyboard to be displayed.
TWrapModeSpecifies the wrapping mode for a bitmap.

Variables

AllCornersAllCorners is the constant, of the TCorners type, defining the set of all four corners in a rectangle.
AllSidesConstant of type TSides.
AnchorAlignVariable that is an array of TAnchors.
AniFrameRateVariable that holds the default number of frames per second for animations.
AniThreadVariable of type TTimer used internally by animation threads.
ClosePolygonVariable of type TPointF that specifies the end coordinates of a polygon. This variable is internally used only.
CustomTranslateProcVariable of type TCustomTranslateProc used internally for text translation purposes.
DefaultBitmapCodecClassDefaultBitmapCodecClass keeps the global codec class.
DefaultCanvasClassVariable of type TCanvasClass that holds a reference to the metaclass for TCanvas.
DefaultPrinterCanvasClassVariable of type TCanvasClass that holds a reference to the metaclass for TCanvas.
GlobalDisableFocusEffectBoolean variable that specifies whether the focusing effects are enabled or disabled.
GlobalUseDirect2DBoolean variable that specifies whether to use hardware accelerated Direct2D by default.
GlobalUseDirect2DSoftwareBoolean variable that specifies whether to use software-accelerated Direct2D by default.
GlobalUseHWEffectsBoolean variable that specifies whether to use hardware-accelerated effects whenever possible.
IdentityMatrixConstant of type TMatrix that is initialized with the identity matrix.
InvalidCanvasStateConstant of type Pointer that is internally used to designate an invalid canvas.
NullRectConstant of type TRectF that is initialized with a null rectangle with all the coordinates set to 0.
SceneListVariable of type TList that represents a list of scenes and is internally used.
TAlphaColorArrayTAlphaColorArray is an array of colors.
TAlphaColorRecArrayTAlphaColorRecArray is an array of channel colors.
TClipRectsArray of TRectF.
TDashArrayInternally used type that represents an array of Singles.
TPointArrayOne-element array of TPointF and is internally used.
TSplineMatrixDefines a matrix that defines a spline curve.
TSplineVectorDefines a line from a matrix that describes a spline curve.
USFormatSettingsVariable of type TFormatSettings that is internally used for various string-to-float operations.

Constants

claAliceblueclaAliceblue: Integer = $FFF0F8FF;
claAntiquewhiteclaAntiquewhite: Integer = $FFFAEBD7;
claAquaclaAqua: Integer = $FF00FFFF;
claAquamarineclaAquamarine: Integer = $FF7FFFD4;
claAzureclaAzure: Integer = $FFF0FFFF;
claBeigeclaBeige: Integer = $FFF5F5DC;
claBisqueclaBisque: Integer = $FFFFE4C4;
claBlackclaBlack: Integer = $FF000000;
claBlanchedalmondclaBlanchedalmond: Integer = $FFFFEBCD;
claBlueclaBlue: Integer = $FF0000FF;
claBluevioletclaBlueviolet: Integer = $FF8A2BE2;
claBrownclaBrown: Integer = $FFA52A2A;
claBurlywoodclaBurlywood: Integer = $FFDEB887;
claCadetblueclaCadetblue: Integer = $FF5F9EA0;
claChartreuseclaChartreuse: Integer = $FF7FFF00;
claChocolateclaChocolate: Integer = $FFD2691E;
claCoralclaCoral: Integer = $FFFF7F50;
claCornflowerblueclaCornflowerblue: Integer = $FF6495ED;
claCornsilkclaCornsilk: Integer = $FFFFF8DC;
claCrimsonclaCrimson: Integer = $FFDC143C;
claCyanclaCyan: Integer = $FF00FFFF;
claDarkblueclaDarkblue: Integer = $FF00008B;
claDarkcyanclaDarkcyan: Integer = $FF008B8B;
claDarkgoldenrodclaDarkgoldenrod: Integer = $FFB8860B;
claDarkgrayclaDarkgray: Integer = $FFA9A9A9;
claDarkgreenclaDarkgreen: Integer = $FF006400;
claDarkgreyclaDarkgrey: Integer = $FFA9A9A9;
claDarkkhakiclaDarkkhaki: Integer = $FFBDB76B;
claDarkmagentaclaDarkmagenta: Integer = $FF8B008B;
claDarkolivegreenclaDarkolivegreen: Integer = $FF556B2F;
claDarkorangeclaDarkorange: Integer = $FFFF8C00;
claDarkorchidclaDarkorchid: Integer = $FF9932CC;
claDarkredclaDarkred: Integer = $FF8B0000;
claDarksalmonclaDarksalmon: Integer = $FFE9967A;
claDarkseagreenclaDarkseagreen: Integer = $FF8FBC8F;
claDarkslateblueclaDarkslateblue: Integer = $FF483D8B;
claDarkslategrayclaDarkslategray: Integer = $FF2F4F4F;
claDarkslategreyclaDarkslategrey: Integer = $FF2F4F4F;
claDarkturquoiseclaDarkturquoise: Integer = $FF00CED1;
claDarkvioletclaDarkviolet: Integer = $FF9400D3;
claDeeppinkclaDeeppink: Integer = $FFFF1493;
claDeepskyblueclaDeepskyblue: Integer = $FF00BFFF;
claDimgrayclaDimgray: Integer = $FF696969;
claDimgreyclaDimgrey: Integer = $FF696969;
claDodgerblueclaDodgerblue: Integer = $FF1E90FF;
claFirebrickclaFirebrick: Integer = $FFB22222;
claFloralwhiteclaFloralwhite: Integer = $FFFFFAF0;
claForestgreenclaForestgreen: Integer = $FF228B22;
claFuchsiaclaFuchsia: Integer = $FFFF00FF;
claGainsboroclaGainsboro: Integer = $FFDCDCDC;
claGhostwhiteclaGhostwhite: Integer = $FFF8F8FF;
claGoldclaGold: Integer = $FFFFD700;
claGoldenrodclaGoldenrod: Integer = $FFDAA520;
claGrayclaGray: Integer = $FF808080;
claGreenclaGreen: Integer = $FF008000;
claGreenyellowclaGreenyellow: Integer = $FFADFF2F;
claGreyclaGrey: Integer = $FF808080;
claHoneydewclaHoneydew: Integer = $FFF0FFF0;
claHotpinkclaHotpink: Integer = $FFFF69B4;
claIndianredclaIndianred: Integer = $FFCD5C5C;
claIndigoclaIndigo: Integer = $FF4B0082;
claIvoryclaIvory: Integer = $FFFFFFF0;
claKhakiclaKhaki: Integer = $FFF0E68C;
claLavenderclaLavender: Integer = $FFE6E6FA;
claLavenderblushclaLavenderblush: Integer = $FFFFF0F5;
claLawngreenclaLawngreen: Integer = $FF7CFC00;
claLemonchiffonclaLemonchiffon: Integer = $FFFFFACD;
claLightblueclaLightblue: Integer = $FFADD8E6;
claLightcoralclaLightcoral: Integer = $FFF08080;
claLightcyanclaLightcyan: Integer = $FFE0FFFF;
claLightgoldenrodyellowclaLightgoldenrodyellow: Integer = $FFFAFAD2;
claLightgrayclaLightgray: Integer = $FFD3D3D3;
claLightgreenclaLightgreen: Integer = $FF90EE90;
claLightgreyclaLightgrey: Integer = $FFD3D3D3;
claLightpinkclaLightpink: Integer = $FFFFB6C1;
claLightsalmonclaLightsalmon: Integer = $FFFFA07A;
claLightseagreenclaLightseagreen: Integer = $FF20B2AA;
claLightskyblueclaLightskyblue: Integer = $FF87CEFA;
claLightslategrayclaLightslategray: Integer = $FF778899;
claLightslategreyclaLightslategrey: Integer = $FF778899;
claLightsteelblueclaLightsteelblue: Integer = $FFB0C4DE;
claLightyellowclaLightyellow: Integer = $FFFFFFE0;
claLimeclaLime: Integer = $FF00FF00;
claLimegreenclaLimegreen: Integer = $FF32CD32;
claLinenclaLinen: Integer = $FFFAF0E6;
claMagentaclaMagenta: Integer = $FFFF00FF;
claMaroonclaMaroon: Integer = $FF800000;
claMediumaquamarineclaMediumaquamarine: Integer = $FF66CDAA;
claMediumblueclaMediumblue: Integer = $FF0000CD;
claMediumorchidclaMediumorchid: Integer = $FFBA55D3;
claMediumpurpleclaMediumpurple: Integer = $FF9370DB;
claMediumseagreenclaMediumseagreen: Integer = $FF3CB371;
claMediumslateblueclaMediumslateblue: Integer = $FF7B68EE;
claMediumspringgreenclaMediumspringgreen: Integer = $FF00FA9A;
claMediumturquoiseclaMediumturquoise: Integer = $FF48D1CC;
claMediumvioletredclaMediumvioletred: Integer = $FFC71585;
claMidnightblueclaMidnightblue: Integer = $FF191970;
claMintcreamclaMintcream: Integer = $FFF5FFFA;
claMistyroseclaMistyrose: Integer = $FFFFE4E1;
claMoccasinclaMoccasin: Integer = $FFFFE4B5;
claNavajowhiteclaNavajowhite: Integer = $FFFFDEAD;
claNavyclaNavy: Integer = $FF000080;
claNullclaNull: TAlphaColor = 0;
claOldlaceclaOldlace: Integer = $FFFDF5E6;
claOliveclaOlive: Integer = $FF808000;
claOlivedrabclaOlivedrab: Integer = $FF6B8E23;
claOrangeclaOrange: Integer = $FFFFA500;
claOrangeredclaOrangered: Integer = $FFFF4500;
claOrchidclaOrchid: Integer = $FFDA70D6;
claPalegoldenrodclaPalegoldenrod: Integer = $FFEEE8AA;
claPalegreenclaPalegreen: Integer = $FF98FB98;
claPaleturquoiseclaPaleturquoise: Integer = $FFAFEEEE;
claPalevioletredclaPalevioletred: Integer = $FFDB7093;
claPapayawhipclaPapayawhip: Integer = $FFFFEFD5;
claPeachpuffclaPeachpuff: Integer = $FFFFDAB9;
claPeruclaPeru: Integer = $FFCD853F;
claPinkclaPink: Integer = $FFFFC0CB;
claPlumclaPlum: Integer = $FFDDA0DD;
claPowderblueclaPowderblue: Integer = $FFB0E0E6;
claPurpleclaPurple: Integer = $FF800080;
claRedclaRed: Integer = $FFFF0000;
claRosybrownclaRosybrown: Integer = $FFBC8F8F;
claRoyalblueclaRoyalblue: Integer = $FF4169E1;
claSaddlebrownclaSaddlebrown: Integer = $FF8B4513;
claSalmonclaSalmon: Integer = $FFFA8072;
claSandybrownclaSandybrown: Integer = $FFF4A460;
claSeagreenclaSeagreen: Integer = $FF2E8B57;
claSeashellclaSeashell: Integer = $FFFFF5EE;
claSiennaclaSienna: Integer = $FFA0522D;
claSilverclaSilver: Integer = $FFC0C0C0;
claSkyblueclaSkyblue: Integer = $FF87CEEB;
claSlateblueclaSlateblue: Integer = $FF6A5ACD;
claSlategrayclaSlategray: Integer = $FF708090;
claSlategreyclaSlategrey: Integer = $FF708090;
claSnowclaSnow: Integer = $FFFFFAFA;
claSpringgreenclaSpringgreen: Integer = $FF00FF7F;
claSteelblueclaSteelblue: Integer = $FF4682B4;
claTanclaTan: Integer = $FFD2B48C;
claTealclaTeal: Integer = $FF008080;
claThistleclaThistle: Integer = $FFD8BFD8;
claTomatoclaTomato: Integer = $FFFF6347;
claTurquoiseclaTurquoise: Integer = $FF40E0D0;
claVioletclaViolet: Integer = $FFEE82EE;
claWheatclaWheat: Integer = $FFF5DEB3;
claWhiteclaWhite: Integer = $FFFFFFFF;
claWhitesmokeclaWhitesmoke: Integer = $FFF5F5F5;
claYellowclaYellow: Integer = $FFFFFF00;
claYellowgreenclaYellowgreen: Integer = $FF9ACD32;
FireMonkeyVersionFireMonkeyVersion: Comp = 16.2;


Personal tools
Previous Versions
Translations