[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: QlpIQrCode.pas line 11
type IQrCode = interface(IInterface) |
||
function GetVersion; |
|
|
property Version: Int32; [r] |
|
|
function GetSize; |
|
|
property Size: Int32; [r] |
|
|
function GetMask; |
|
|
property Mask: Int32; [r] |
|
|
function GetModules; |
|
|
property Modules: TQRCodeGenLibInt32Array; [r] |
|
|
function GetBackgroundColor; |
|
|
procedure SetBackgroundColor(); |
|
|
property BackgroundColor: TQRCodeGenLibColor; [rw] |
|
|
function GetForegroundColor; |
|
|
procedure SetForegroundColor(); |
|
|
property ForegroundColor: TQRCodeGenLibColor; [rw] |
|
|
function GetModule(); |
|
|
function ToBitmapImage(); |
|
|
function ToSvgString(); |
|
|
function ToSvgFile(); |
|
|
end; |
|
||
| | | ||
IInterface |
| CT Web help |
| CodeTyphon Studio |