Prvni verze
This commit is contained in:
29
libSys/plgExtAkce.pas
Normal file
29
libSys/plgExtAkce.pas
Normal file
@ -0,0 +1,29 @@
|
||||
unit plgExtAkce;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
const
|
||||
GDefiniceExtAkci : array[0..0] of TplgExtAkceDef =
|
||||
(
|
||||
// aby bylo mozno nemit zadnou externi akci,
|
||||
// musi zustat prvni akce nedefinovana !!
|
||||
(BrowseID : 0)
|
||||
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user