FMX.ListView.Appearances.TCustomTextObjectAppearance.IsTextColorStored
Delphi
function IsTextColorStored: Boolean;
C++
bool __fastcall IsTextColorStored();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp  | 
        FMX.ListView.Appearances | TCustomTextObjectAppearance | 
Description
Function that ensures that the value of TextColor is only stored in the form file if it is not the default value of the property.
See Also
- FMX.ListView.Appearances.TCustomTextObjectAppearance.IsDetailTextStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsFontStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsOpacityStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsTextAlignStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsTextVertAlignStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsTrimmingStored
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.IsWordWrapStored