Добавлено: 11 сен 2006, 15:37
Посмотри DocPick.txt в папке FRM, там интерфейсы с описанием.
Обсуждение различных вопросов, связанных с сопровождением, администрированием и программированием
https://ns1.tyumbit.ru/
Код: Выделить всё
#ifndef _ComFiltr_INCLUDED_
#define _ComFiltr_INCLUDED_
#ifdef ComponentVersion
#component "z_Staff"
#end
objinterface ICommonFiltr;
//Запускаем cmInit Интерфейса
procedure ObjInit;
//
procedure SelectPodr;
//
procedure SelectPsn;
//
procedure EndSelect;
//
procedure InitTmpTable;
//
procedure IntClose(Flag : boolean);
//
procedure SelectAllPsn;
procedure ClearDepartmentsFilter;
procedure ClearPersonsFilter;
function GetDepartmentsMarker: longint;
function GetPersonsMarker: longint;
function GetMarkedDepartment: comp;
function GetMarkedPerson: comp;
function GetDepartmentsFilterStr: string;
function GetPersonsFilterStr: string;
function GetPersonsState: word;
procedure SetPersonsState(NewState: word);
function GetAFltState: word;
procedure SetAFltState(NewState: word);
function GetPFltState: word;
procedure SetPFltState(NewState: word);
function GetDeptCount: LongInt;
function GetPsnCount: LongInt;
procedure StoreAllParams;
end;
vipinterface CommonFiltr implements ICommonFiltr
#ifdef ATL51
Licensed (free)
#end
;
#end