Delphi Studio » ��������� �� ������ 2011 ���� »

 
 
 
������������ ������ ������������: Orel2010
 
Ðåêëàìà íà ñàéòå
����������� ������ ��: ï¿½ï¿½ï¿½ï¿½ | ������������ | ������������ | ������������ | ��������

��������� RegExpr

�����: SkyLine32 | 30-04-2011, 06:04 | ����������: 107 | ���������: ������� ���������� Delphi

1
Êîìïîíåíò RegExpr

��������� RegExpr - ��� ������������� ���������� ��� ������ � ����������� �����������. ��� ������ ���������� RegExpr ����� ����������� ����� � ���������� ������ � ��������� ����������
 

�������� ���� ���� ������ � ListBox

�����: SkyLine32 | 30-04-2011, 05:28 | ����������: 37 | ���������: ������� �� Delphi » ������� �� Delphi �������

0
Èçìåíèòü öâåò ôîíà ñòðîêè â ListBox

��������� �������� �� Delphi ��� ��������� ����� ���� �� ������ ������� � ���������� ListBox
 

������� DrawIcon

�����: SkyLine32 | 30-04-2011, 01:42 | ����������: 7 | ���������: WinApi

0
Ôóíêöèÿ DrawIcon

WinApi �������:
function DrawIcon(DC: HDC; X, Y: Integer; Icon: HIcon): Bool;
�������� �������:
������ �����������
 

������� DlgDirSelectComboBox

�����: SkyLine32 | 30-04-2011, 01:37 | ����������: 6 | ���������: WinApi

0
Ôóíêöèÿ DlgDirSelectComboBox

WinApi �������:
function DlgDirSelectComboBox(Dlg: HWnd; Str: PChar; IDComboBox: Integer): Integer;
�������� �������:
��������� ������� ����� ���������������� ����� ������ �� �������� ���������������� ����� (cbs_Simple) � ��������� Str
 

������� DlgDirSelect

�����: SkyLine32 | 30-04-2011, 01:34 | ����������: 6 | ���������: WinApi

0
Ôóíêöèÿ DlgDirSelect

WinApi �������:
function DlgDirSelect(Dlg: HWnd; Str: PChar; IDListBox: Integer): Integer;
�������� �������:
��������� ������� ����� ����� ������ � ��������� Str
 

������� DlgDirListComboBox

�����: SkyLine32 | 30-04-2011, 01:31 | ����������: 6 | ���������: WinApi

0
Ôóíêöèÿ DlgDirListComboBox

WinApi �������:
function DlgDirListComboBox(Dlg: HWnd; PathSpec: PChar; IDComboBox, IDStaticPath: Integer; FileType: Word): Integer;
�������� �������:
��������� IDComboBox ��������� ������ ��� ���������, ��������������� ����� ��������, �������� � PathSpec
 

������� DlgDirList

�����: SkyLine32 | 30-04-2011, 01:27 | ����������: 6 | ���������: WinApi

0
Ôóíêöèÿ DlgDirList

WinApi �������:
function DlgDirList(Dlg: HWnd; PathSpec: PChar; IDListBox, IDStaticPath: Integer; FileType: Word): Integer;
�������� �������:
��������� IDListBox ��������� ������ ��� ���������, ��������������� ����� ��������, �������� � PathSpec
 

������� DispatchMessage

�����: SkyLine32 | 30-04-2011, 01:23 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DispatchMessage

WinApi �������:
function DispatchMessage(var Msg: TMsg): Longint;
�������� �������:
�������� � Msg ��������� ������� ������� ����
 

������� DialogBoxParam

�����: SkyLine32 | 30-04-2011, 01:14 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DialogBoxParam

WinApi �������:
function DialogBoxParam(Instance, THandle; TemplateName: PChar; Parent: HWnd; DialogFunc: TFarProc; InitParam: Longint): Integer;
�������� �������:
������� ���� ���������� �������, ������������� TemplateName, � ����� ���, ��� ���������� ������, �������� ��������� wm_InitDialog. ����� ��������� ���������� ������� ��������� ������ ��������� ��������
 

������� DialogBoxIndirectParam

�����: SkyLine32 | 30-04-2011, 01:10 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DialogBoxIndirectParam

WinApi �������:
function DialogBoxIndirectParam(Instance, DialogTemplate: THandle; WndParent: HWnd; DialogFunc: TFarProc; InitParam: Longint): Integer;
�������� �������:
������� ���� ���������� �������, ������������� DialogTemplate, � ����� ���, ��� ���������� ������, �������� ��������� wm_InitDialog. ����� ��������� ���������� ������� ��������� ������ ��������� ��������
 

������� DialogBoxIndirect

�����: SkyLine32 | 30-04-2011, 01:06 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DialogBoxIndirect

WinApi �������:
function DialogBoxIndirect(Instance, DialogTemplate: THandle; WndParent: HWnd; DialogFunc: TFarProc): Integer;
�������� �������:
������� ���� ���������� �������, ������������� DialogTemplate, � ����� ���, ��� ���������� ������, �������� ��������� wm_InitDialog
 

������� DialogBox

�����: SkyLine32 | 30-04-2011, 00:42 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DialogBox

WinApi �������:
function DialogBox(Instance: THandle; TemplateName: PChar; WndParent: HWnd; DialogFunc: TFarProc): Integer;
�������� �������:
������� ���� ���������� �������, ������������� TemplateName, � ����� ���, ��� ���������� ������, �������� ��������� wm_InitDialog
 

������� DestroyWindow

�����: SkyLine32 | 30-04-2011, 00:39 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DestroyWindow

WinApi �������:
function DestroyWindow(Wnd: HWnd): Bool;
�������� �������:
���������� ���� ��� ���� ������������ ������� � ��� ��������� � ��� �������� ����
 

������� DestroyMenu

�����: SkyLine32 | 30-04-2011, 00:37 | ����������: 5 | ���������: WinApi

0
Ôóíêöèÿ DestroyMenu

WinApi �������:
function DestroyMenu(Menu: HMenu): Boo
�������� �������:
���������� Menu � ����������� ��������� � ��� ������
 

������� DestroyIcon

�����: SkyLine32 | 30-04-2011, 00:36 | ����������: 9 | ���������: WinApi

0
Ôóíêöèÿ DestroyIcon

WinApi �������:
function DestroyIcon(Icon: HIcon): Bool;
�������� �������:
���������� Icon � ����������� ��������� � ��� ������
 
����� ������
 
-� ����
������:
rss