Skip to main content

TcxPropertyEditor.GetValues(TGetStrProc) Method

Provides enumerated values to the callback method.

Declaration

procedure GetValues(Proc: TGetStrProc); virtual;

Parameters

Name Type
Proc TGetStrProc

Remarks

This method has empty implementation. Descendants that provide enumerated values override the GetValues method. The GetValues overridden method invokes the callback method every time the next enumerated value is traversed.

The Proc parameter is the callback method pointer.

See Also