OnGetCellHint
https://stackoverflow.com/questions/1277578/showing-cell-content-on-hint-in-devexpress-grid
procedure TForm1.cxGrid1TableView1Column3GetCellHint(
Sender: TcxCustomGridTableItem; ARecord: TcxCustomGridRecord;
ACellViewInfo: TcxGridTableDataCellViewInfo; const AMousePos: TPoint;
var AHintText: TCaption; var AIsHintMultiLine: Boolean;
var AHintTextRect: TRect);
begin
AHintText := VarToStr(ARecord.Values[Sender.Index]);
AIsHintMultiLine := True;
end;
保存
DataControler.Post;
酒肉穿肠过
佛祖心中留
世人若学我
如同入魔道

浙公网安备 33010602011771号