TcxRichEditQueryInsertObjectEvent Type
In This Article
#Declaration
Delphi
TcxRichEditQueryInsertObjectEvent = procedure(Sender: TcxCustomRichEdit; var AAllowInsertObject: Boolean; const ACLSID: TCLSID) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AAllow |
Boolean |
ACLSID | TCLSID |
See Also