label Blinking structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acLabel and acURLLabel components.  

Declaration
type  
  TacLabelBlinking = class  
  published  
    property Enabled: Boolean;  
    property DelayVisible: Integer; // default 700  
    property DelayInvisible: Integer; // default 400  
  end;  
 
property Blinking: TacLabelBlinking;  

Description
The Blinking structure

See also