ImageEn, unit iexLayerProps

TIELayerProps.ApplyChanges

TIELayerProps.ApplyChanges


Declaration

procedure ApplyChanges();


Description

Locks in any changes to the layer made using the component (preventing CancelChanges from being able to revert them).

Note: Because changes to layer properties occur in real-time, you do not need to call apply changes


Example

// Apply changes
IELayerProps1.ApplyChanges();