This unit defines the Command design pattern interfaces used by fpGUI

. The Command design pattern is similar to the TActions from Delphi or Lazarus.

This interface represents a Command . Currently in only defines one procedure called Execute. An interface that allows to Get or Set a Command . An example of a class that implements this interface is the TfpgBaseButton class.