PresetT.deletePreset

Delete the given preset.

template PresetT(TStruct)
bool
deletePreset
(
string name
)

Parameters

name string

preset name to remove

Return Value

Type: bool

%TRUE for success, %FALSE if e.g. there is no preset with that @name

Meta