| Description | Hierarchy | Fields | Methods | Properties |
type TSpecialFormatter = class(TInterfacedObject, ISpecialFormatter)
TSpecialFormatter implements ISpecialFormatter.
![]() |
FFormat: TRbwColumnFormat4; |
![]() |
FUsed: boolean; |
![]() |
procedure SetFormat(const Value: TRbwColumnFormat4); |
![]() |
function GetFormat: TRbwColumnFormat4; |
![]() |
function GetUsed: boolean; |
![]() |
procedure SetUsed(const Value: boolean); |
![]() |
property Format: TRbwColumnFormat4 read GetFormat write SetFormat; |
![]() |
property Used: boolean read GetUsed write SetUsed; |
![]() |
FFormat: TRbwColumnFormat4; |
|
| |
![]() |
FUsed: boolean; |
|
| |
![]() |
procedure SetFormat(const Value: TRbwColumnFormat4); |
|
See Format. . See also
| |
![]() |
function GetFormat: TRbwColumnFormat4; |
|
See Format. . See also
| |
![]() |
function GetUsed: boolean; |
|
See Used. . See also
| |
![]() |
procedure SetUsed(const Value: boolean); |
|
See Used. . See also
| |
![]() |
property Format: TRbwColumnFormat4 read GetFormat write SetFormat; |
|
See also
| |
![]() |
property Used: boolean read GetUsed write SetUsed; |
|
See also
| |