Skip to main content

IcxNavigatorOwner.GetNavigatorControl Method

Returns the navigator control.

Declaration

function GetNavigatorControl: TWinControl;

Returns

Type
TWinControl

Remarks

Navigator controls implement the GetNavigatorControl function to return objects representing themselves. This can be used to change any settings of the navigator control when needed.

Note that you need to perform the desired typecasts if you want to use type specific properties of the navigator control.

See Also