DevArt UniDAC v.4.1.6 (03-Apr-2012) with Source code 4.1.6 02-Apr-12
Lazarus 0.9.30.4 and FPC 2.6.0 are supported
Bug with SQL Generator in the design-time is fixed
Bug with generating Update SQL with fields that have aliases is fixed
Bug with saving BCD fields from Virtual table to a Stream is...
DevExpress VCL vol 2.3 Full Source
Code:
http://www.devexpress.com/Products/VCL/
Includes VCL components for: data entry, charting, data analysis, navigation, layout, grids, scheduling, styling, reporting, printing and planning.
Auto install include Source
Hidden content
thanks to feandy
help me devexpress
convert DXDbgrid to Cxgrid
{$R *.DFM}
type
TmyDBGrid = class(TdxDBGrid);
[..]
R := TmyDBGrid(dxDBGrid1).GetRectNode(dxDBGrid1.FocusedNode);
DxDbButtonEditCodice.Visible := False;
DxDbButtonEditDesc.Visible := False;
DxDbCurrencyEditImpo.Visible :=...
help me
please convert DXdbgrid to Cxgrid with function
GETRECTNODE on cxgrid or FOCUSNODE on cxgrid
var
R : TRect;
R := TmyDBGrid(DxDBGrid1).GetRectNode(DxDBGrid1.FocusNode)
many thanks
HOW DO I CHECK WHETHER an email is wrong and an email from being sent THEREFORE BE IN ERROR
Sorry for the MY ENGLISH
Добавлено через 8 минут
as we see these tutorials
please