Class TvxBitmapFormat
Unit
xomDXGraphics
Declaration
type TvxBitmapFormat = class(TCollectionItem)
Description
TvxBitmapFormat
Hierarchy
- TCollectionItem
- TvxBitmapFormat
Overview
Methods
Properties
 |
property Title: WideString read FTitle write FTitle; |
 |
property Extension: WideString read FExtension write FExtension; |
 |
property BitmapClass: TvxBitmap32Class read FBitmapClass write FBitmapClass; |
 |
property GraphicClass: TGraphicClass read FGraphicClass write FGraphicClass; |
 |
property ID: Integer read FID write FID; |
 |
property Visible: Boolean read FVisible write FVisible; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Title: WideString read FTitle write FTitle; |
|
|
 |
property Extension: WideString read FExtension write FExtension; |
|
|
 |
property GraphicClass: TGraphicClass read FGraphicClass write FGraphicClass; |
|
|
 |
property ID: Integer read FID write FID; |
|
|
 |
property Visible: Boolean read FVisible write FVisible; |
|
|
Generated by PasDoc 0.15.0.
|