TdxBarImageCombo.ImagesChanged Method
Called on changing the Images property.
Declaration
procedure ImagesChanged; virtual;
Remarks
Each time a change is made to the TdxBarImageCombo Images property, the ImageChanged method is called. Override it to perform special actions when changing the Images property.
See Also