Back to Devexpress

cxShowEventEditorEx(TcxSchedulerEventEditInfo,Boolean) Method

vcl-cxschedulerdialogs-dot-cxshoweventeditorex-x28-807b0773-x29.md

latest1.5 KB
Original Source

cxShowEventEditorEx(TcxSchedulerEventEditInfo,Boolean) Method

Invokes the Event dialog used for editing a user event.

Declaration

delphi
function cxShowEventEditorEx(AEventInfo: TcxSchedulerEventEditInfo; var AModified: Boolean): Boolean;

Parameters

NameType
AEventInfoTcxSchedulerEventEditInfo
AModifiedBoolean

Returns

Type
Boolean

Remarks

This function returns True if the OK button, located in the dialog, was pressed.

AEditInfo specifies the Event dialog’s settings.

AModified specifies whether the content being edited was changed. Set AModified to True , to indicate that the data was modified.

See Also

TcxCustomScheduler.CreateEventUsingDialog

TcxCustomScheduler.EditEventUsingDialog

TcxSchedulerGridConnection.OnInitEditDialog

cxSchedulerDialogs Unit