Status Enum
In This Article
#Declaration
Delphi
Status = (
Ok,
GenericError,
InvalidParameter,
OutOfMemory,
ObjectBusy,
InsufficientBuffer,
NotImplemented,
Win32Error,
WrongState,
Aborted,
FileNotFound,
ValueOverflow,
AccessDenied,
UnknownImageFormat,
FontFamilyNotFound,
FontStyleNotFound,
NotTrueTypeFont,
UnsupportedGdiplusVersion,
GdiplusNotInitialized,
PropertyNotFound,
PropertyNotSupported
);
#Members
Name |
---|
Ok
|
Generic
|
Invalid
|
Out
|
Object
|
Insufficient
|
Not
|
Win32Error
|
Wrong
|
Aborted
|
File
|
Value
|
Access
|
Unknown
|
Font
|
Font
|
Not
|
Unsupported
|
Gdiplus
|
Property
|
Property
|
See Also