ShowProperties

function ShowProperties(): integer;

A call to this function displays the Barcode properties dialog, allowing the user to set the barcode properties that will be used in the absence of specific property settings.

 

Delphi Example

procedure TForm1.Button2Click(Sender: TObject);
begin
Barcode2Dun1.ShowProperties();
Edit1.Text:=Barcode2Dun1.Caption;
…..
end;

 

More:

dBarcode-2D for Delphi