TcxSchedulerStorageResourceItem.CanModify Method
In This Article
Identifies if the scheduler resource’s content is ediable.
#Declaration
Delphi
function CanModify: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the ReadOnly property is set to False; otherwise – False.
The Scheduler control calls the CanModify function internally to identify whether the resource is editable.
Note
Certain Tcx
See Also