Description | Hierarchy | Fields | Methods | Properties |
type ISpecialFormatter = interface(IUnknown)
ISpecialFormatter
is used in SpecialFormat to assign a TRbwColumnFormat4 to a particular cell that is different from the default format for that cell.
![]() |
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; |
![]() |
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; |
|