Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Advanced Poly List
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;
With this code snippet, the TAdvPolyList fill can be edited at runtime.

This is also explained at page 67 of the PDF Developers Guide