Skip to main content

TcxSchedulerStyles.GetSplitterParams(TcxSchedulerSplitterKind) Method

Returns the TcxViewParams record containing information about the AKind splitter’s style attributes.

Declaration

function GetSplitterParams(AKind: TcxSchedulerSplitterKind): TcxViewParams;

Parameters

Name Type
AKind TcxSchedulerSplitterKind

Returns

Type
TcxViewParams

Remarks

Use the GetSplitterParams method to get information about the style attributes of the AKind splitter.

If the value of the AKind parameter is skHorizontal the TcxViewParams provides information about the horizontal splitter’s style attributes. If the value of the AKind parameter is skVertical the TcxViewParams provides information about the vertical splitter’s style attributes.

See Also