[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This interface represents a Command
Source position: fpg_command_intf.pas line 13
type ICommand = interface(IInterface) |
procedure Execute; |
end; |
|
This interface represents a Command |
|
IInterface |
||
? |
This interface represents a Command. Currently in only defines one procedure called Execute.