Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Using the fill editor at runtime
It is easy to use the fill editor at runtime. To do this, add the unit AdvSmoothFillEditor to the uses list and add following code:
var filldlg :TAdvSmoothFillEditorDialog; begin filldlg := TAdvSmoothFillEditorDialog.Create(self); filldlg.Fill := AdvPolyList1.Fill; filldlg.Execute; end;
This is also explained at page 67 of the PDF Developers Guide