28 lines
607 B
ObjectPascal
28 lines
607 B
ObjectPascal
unit plgExtTrigger;
|
|
|
|
interface
|
|
|
|
uses
|
|
plgType;
|
|
|
|
{ =========================================================================== }
|
|
|
|
const
|
|
GDefiniceExtTrigger : array[0..0] of TplgExterniTrigger =
|
|
(
|
|
// aby bylo mozno nemit zadny externi trigger,
|
|
// musi zustat prvni trigger nedefinovan !!
|
|
(JmenoTabulky : '')
|
|
|
|
);
|
|
|
|
{ =========================================================================== }
|
|
|
|
implementation
|
|
|
|
{ ########################################################################### }
|
|
|
|
{ ########################################################################### }
|
|
|
|
end.
|