Skip to content

TSdlEnumeratePropertiesCallback

A callback used to enumerate all the properties in a group of properties.

This callback is called from TSdlProperties.Enumerate, and is called once per property in the set.

Definition

Unit: Neslib.Sdl3.Basics

type TSdlEnumeratePropertiesCallback = procedure(const AProps: TSdlProperties; 
  const AName: String) of object

Parameters

AProps: TSdlProperties : The properties that is being enumerated.

AName: String : The next property name in the enumeration.

See Also

Remarks

TSdlProperties.Enumerate holds a lock on AProps during this callback.