[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
An interface that allows to Get or Set a Command
Source position: fpg_command_intf.pas line 19
type ICommandHolder = interface(IInterface) |
function GetCommand; |
procedure SetCommand(); |
end; |
|
An interface that allows to Get or Set a Command |
|
IInterface |
||
? |
An interface that allows to Get or Set a Command. An example of a class that implements this interface is the TfpgBaseButton class.