PresetT.deletePreset

Delete the given preset.

template PresetT(TStruct)
int
deletePreset
(
string name
)

Parameters

name string

preset name to remove

Return Value

Type: int

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

Meta