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.
procedure TForm1.Button2Click(Sender:
TObject);
begin
Barcode2Dun1.ShowProperties();
Edit1.Text:=Barcode2Dun1.Caption;
…..
end;
More: