Icon ApplyInterface Method

function ApplyInterface(AElement: TElement; const AClassName:
      String; const AState: String; Initializing: Boolean=False;
      Resetting: Boolean=False): Boolean

Usage

Available In: Visual Client Applications

Use this method to apply a control interface to a base UI element. The AElement parameter specifies the base UI element instance, the AClassName parameter specifies the name of the control interface's class name, the AState parameter specifies the control interface state to apply, and the optional Initializing parameter specifies whether the control interface state should be applied (Initializing=False) or whether the base element should be initialized using the control interface state.
Image