git-svn-id: https://svn.code.sf.net/p/kolmck/code@14 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07

This commit is contained in:
dkolmck
2009-08-09 13:07:27 +00:00
parent 777b06f88a
commit 07222cc8aa

View File

@ -1,4 +1,60 @@
-------------------------------------------------------------------
9.08.09
-------------------------------------------------------------------
���������:
*1. ������ 5115:
FBitBtnGetCaption: function( Self_: PControl; const S: KOLString ): KOLString;
������ ����� ���� Wide, �.�. ����� KOLString
*2. ������ 9724:
function NewMDIChild( AParent: PControl; const ACaption: KOLString ): PControl;
������ ����� ���� Wide, �.�. ����� KOLString
*4. ������ 17105:
( PKOLChar(@fData.Font.Name[0]), PKOLChar( Value ), Length(Value) * SizeOf(KOLChar) {LF_FACESIZE} ); //TODO: fixme
��� UNICODE_CTRLS ���������� ��������� SizeOf(KOLChar) ����� ���� ������� ������ �� ��������...
*5. �����:
Find_Close( FD );
����������� � ���.21583 �� 3 ������ ����. ��������� ������ ������������ FD.dwFileAttributes � FileTimeToLocalFileTime( FD.ftLastWriteTime, LFT ). � ���� ��� (� XP) - ��� ����� ���� ���������������, �� � ����������� ����� ������� �����, �.�. ��������� �� FD ������, �� �������� � ��� ������...
*6.
procedure TDirList.ScanDirectory(const DirPath, Filter: KOLString; Attr: DWord);
��������� ����� ��������� FORCE_ALTERNATEFILENAME - �������������� ������������� ��������������� ����� ���� � ����� ����� ��� ������ �����
*7. ���. 29024
function ExcludeAmpersands( Self_: PControl; const S: KOLString ): KOLString;
AnsiString -> KOLString
*8. ���. 31468 (����������� ������ 2) AnsiString -> KOLString
*9. ���. 32737
/// if WinVer >= wvNT then ���������������� ������ �����������!!! ���� ���� ��� ������ �������� �� Win9x/ME
���� ��� ����������������� � ���� ����. ������ ��������� �� ������ ����������, �� � ���� �������
*10. ���� ������ ������ � TControl.CreateWindow:
*11. ���. 4006
procedure TDirList.ScanDirectoryEx(const DirPath, Filters: AnsiString;
������� ����� ���� KOLString
*12. visual_xp_styles.inc
Sender.OnPaint(Sender, GetWindowDC(Msg.hWnd));
->
dDC := GetWindowDC(Msg.hWnd);
Sender.OnPaint(Sender, dDC);
ReleaseDC( Msg.hWnd, dDC );
*13. ��������� ������ KOLadd, err ��� ��������� ������� � ������ � 2007\2009 ������ �����
MTsv DN
*14. WinVer - ������ ���������� Windows7. D[u]fa.
-------------------------------------------------------------------
5.08.09
-------------------------------------------------------------------