Class TDemoDataModule (unit UDemo) |
Inherits from
TDataModule
added to work with TIFormInterface, etc
procedure BtnFormCreatorFormCreated(Sender: TObject;
IForm: TIFormInterface);
return result code as long string
function BtnFormCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
procedure CheckItemClick(Sender: TObject);
procedure DEMOItemClick(Sender: TObject);
function DMCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
function FormCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
function UnitCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
calling DemoForm with 'Steps'
procedure xdkRadioItemClick(Sender: TObject);
procedure xdkTestClickItemClick(Sender: TObject);
AddInMenu : TxdkAddInMenuItem;
BarItem : TxdkAddInMenuItem;
BtnFormCreator : TxdkModuleCreator;
BtnFormSnippet : TxdkSnippet;
CheckItem : TxdkAddInMenuItem;
DEMOItem : TxdkAddInMenuItem;
DisabledItem : TxdkAddInMenuItem;
DMCreator : TxdkModuleCreator;
DMSnippet : TxdkSnippet;
FormCreator : TxdkModuleCreator;
FormSnippet : TxdkSnippet;
Item1 : TxdkAddInMenuItem;
Item2 : TxdkAddInMenuItem;
Item3 : TxdkAddInMenuItem;
Item4 : TxdkAddInMenuItem;
Item5 : TxdkAddInMenuItem;
Item6 : TxdkAddInMenuItem;
LineItem1 : TxdkAddInMenuItem;
RadioItem1 : TxdkAddInMenuItem;
RadioItem2 : TxdkAddInMenuItem;
RadioItem3 : TxdkAddInMenuItem;
TestHierarchy : TxdkAddInMenuItem;
UnitCreator : TxdkModuleCreator;
UnitSnippet : TxdkSnippet;
xdkAddInMenu1 : TxdkAddInMenu;
xdkRepositoryExpert1 : TxdkRepositoryExpert;
xdkStandardExpert1 : TxdkStandardExpert;
procedure BtnFormCreatorFormCreated(Sender: TObject;
IForm: TIFormInterface);
return result code as long string
function BtnFormCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
procedure CheckItemClick(Sender: TObject);
procedure DEMOItemClick(Sender: TObject);
function DMCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
function FormCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
return result code as long string
function UnitCreatorSourceWriting(UnitIdent, FormIdent,
AncestorIdent: String): String;
calling DemoForm with 'Steps'
procedure xdkRadioItemClick(Sender: TObject);
procedure xdkTestClickItemClick(Sender: TObject);
AddInMenu : TxdkAddInMenuItem;
BarItem : TxdkAddInMenuItem;
BtnFormCreator : TxdkModuleCreator;
BtnFormSnippet : TxdkSnippet;
CheckItem : TxdkAddInMenuItem;
DEMOItem : TxdkAddInMenuItem;
DisabledItem : TxdkAddInMenuItem;
DMCreator : TxdkModuleCreator;
DMSnippet : TxdkSnippet;
FormCreator : TxdkModuleCreator;
FormSnippet : TxdkSnippet;
Item1 : TxdkAddInMenuItem;
Item2 : TxdkAddInMenuItem;
Item3 : TxdkAddInMenuItem;
Item4 : TxdkAddInMenuItem;
Item5 : TxdkAddInMenuItem;
Item6 : TxdkAddInMenuItem;
LineItem1 : TxdkAddInMenuItem;
RadioItem1 : TxdkAddInMenuItem;
RadioItem2 : TxdkAddInMenuItem;
RadioItem3 : TxdkAddInMenuItem;
TestHierarchy : TxdkAddInMenuItem;
UnitCreator : TxdkModuleCreator;
UnitSnippet : TxdkSnippet;
xdkAddInMenu1 : TxdkAddInMenu;
xdkRepositoryExpert1 : TxdkRepositoryExpert;
xdkStandardExpert1 : TxdkStandardExpert;