FMX.Graphics.TMapAccess
Delphi
TMapAccess = (Read, Write, ReadWrite);
C++
enum class DECLSPEC_DENUM TMapAccess : unsigned int { Read, Write, ReadWrite };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | FMX.Graphics |
Description
Enumeration type that defines the access to TBitmap data.
The access to bitmap data can be:
Read: read-only access.Write: write-only access.ReadWrite: read and write access.