Skip to main content

TdxCustomOrgChart.OnGetText Event

Occurs on reading the node’s Text property value.

Declaration

property OnGetText: TdxOcGetTextEvent read; write;

Remarks

This event supports the internal infrastructure and is not intended to be used directly in your code.

The Sender parameter specifies the control that raised the event. Cast the parameter value to the TdxOrgChart or TdxDbOrgChart class to access the type-specific members. The string assigned via the Text parameter, replaces the value normally returned by the node’s Text property getter. The Node parameter refers to the node whose Text property getter was invoked.

See Also