TdxSpreadSheetTableView.CanCopyToClipboard Method
Identifies if it is possible to copy the worksheet’s content to the clipboard.
Declaration
function CanCopyToClipboard: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if an in-place cell editor is inactive (that is, the IsEditing property returns False); otherwise – False.
A CopyToClipboard procedure call has no effect if the CanCopyToClipboard function returns False.
See Also