Unit 'ubarcodes' Package
[Overview][Types][Classes][Index] [#pl_barcodes]

TBarcode2of5

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ubarcodes.pas line 332

type TBarcode2of5 = class(TSimpleBarcode)

protected

  class function GetControlClassDefaultSize; override;

  

  function GetSampleText; override;

  

  function InternalGenerate; override;

  

  procedure SetRecommendedSymbolSizeParams; override;

  

public

  constructor Create(); override;

  

published

  property BarcodeType: TBarcodeType2of5; [rw]

  

  property AddChecksum: Boolean;

  

  property BearerBarMode: TBarcodeBearerBarMode;

  

  property DisplayChecksum: Boolean;

  

  property ShowHumanReadableText: Boolean;

  

  property SymbolHeight: Integer;

  

  property WhiteSpaceWidth: Integer;

  

end;

Inheritance

TBarcode2of5

  

|

TSimpleBarcode

  

|

TCustomBarcode

  

|

TBarcodeCustomText

  

|

TBarcodeCustomBase

  

|

TObject



CT Web help

CodeTyphon Studio