Вот бы еще узнать, чего нового там. А то я только 43 билд поставилEhLib 4.4 Build 4.4.45 source included version
Двумя постами выше полная версия eDocEngine VCL v2.5.1 Retail (autosetup).eDocEngine не встает, хочет gtRtlBDS2009. А папочка LIB пустая-пустая.. У кого есть полный комплект?
Почему то на XXXXXXX лежит версия 7.4 Мб, она не полная...
EhLib 4.4 Build 4.4.47 Full Source
procedure TCustomDBEditEh.SetAlignment(const Value: TAlignment);
begin
if (evAlignmentEh in FAssignedValues) and (Value = FAlignment) then Exit;
FAlignment := Value;
Include(FAssignedValues, evAlignmentEh);
if WordWrap
then RecreateWnd
else Invalidate;
end;
procedure TCustomDBEditEh.SetAlignment(const Value: TAlignment);
begin
if (evAlignmentEh in FAssignedValues) and (Value = FAlignment) then Exit;
FAlignment := Value;
Include(FAssignedValues, evAlignmentEh);
if not (csLoading in ComponentState) then
RecreateWnd;
{ if WordWrap
then RecreateWnd
else Invalidate;}
end;
procedure TDBGridInplaceEdit.DoDropDownKeys(var Key: Word; Shift: TShiftState);
begin
case Key of
VK_UP, VK_DOWN:
if ssAlt in Shift then
begin
if FListVisible then CloseUp(True) else DropDown;
Key := 0;
end;
VK_RETURN, VK_ESCAPE:
if FListVisible and not (ssAlt in Shift) and not (FActiveList = FPopupCalculator) then
begin
CloseUp(Key = VK_RETURN);
Key := 0;
end
else if not FListVisible and (Key = VK_RETURN) and ([ssCtrl] = Shift) then
begin
DropDown;
Key := 0;
end;
end;
end;
procedure TDBGridInplaceEdit.DoDropDownKeys(var Key: Word; Shift: TShiftState);
var
CurColumn: TColumnEh;
begin
case Key of
VK_UP, VK_DOWN:
if ssAlt in Shift then
begin
if FListVisible then CloseUp(True) else DropDown;
Key := 0;
end;
VK_RETURN, VK_ESCAPE:
if FListVisible and not (ssAlt in Shift) and not (FActiveList = FPopupCalculator) then
begin
CurColumn := Grid.Columns[Grid.SelectedIndex];
if (FActiveList = FDataList) and // Lookup
(Key = VK_RETURN) and
Assigned(CurColumn.OnNotInlist) and
not CurColumn.UsedLookupDataSet.Locate(
CurColumn.Field.LookupResultField, Self.Text, [loCaseInsensitive])
then
CloseUp(False)
else
CloseUp(Key = VK_RETURN);
Key := 0;
end
else if not FListVisible and (Key = VK_RETURN) and ([ssCtrl] = Shift) then
begin
DropDown;
Key := 0;
end;
end;
end;
http://rapidshare.com/files/215818114/Accuracer_Database_v.4.81_Full_Source.rar
http://rapidshare.com/files/215810409/Absolute_Database_6.02_for_Delphi_6-2009_and_C__Builder_2006-2009.7z