[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: QlpQrSegment.pas line 55
type TQrSegment = class(TInterfacedObject,IQrSegment) |
||
public |
||
|
||
FNumChars: Int32; |
|
|
FBitLength: Int32; |
|
|
|
||
constructor Create(); |
|
|
property Mode: TQrSegmentMode; [r] |
|
|
property NumChars: Int32; [r] |
|
|
property BitLength: Int32; [r] |
|
|
property Data: TQRCodeGenLibInt32Array; [r] |
|
|
class function IsNumeric(); |
|
|
class function IsAlphaNumeric(); |
|
|
class function GetTotalBits(); |
|
|
class function MakeBytes(); |
|
|
class function MakeNumeric(); |
|
|
class function MakeAlphaNumeric(); |
|
|
class function MakeEci(); |
|
|
class function MakeSegments(); |
|
|
end; |
|
||
| | ||
TObject,IQrSegment |
CT Web help |
CodeTyphon Studio |