Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TWrapAfter

Represents the wrapping strategies used in TCustomFlowPanel.

Declaration

Source position: extctrls.pp line 1254

type TWrapAfter = (

  waAuto,

  

Automatically wrap when the control exceeds the bounds.

  waForce,

  

Always wrap after this control.

  waAvoid,

  

Try not to wrap after this control, if the control is already at the beginning.

  waForbid

  

Never wrap after this control.

);

Description

TWrapAfter is an enumerated type with values that specify the wrapping strategy for controls in TCustomFlowPanel.



CT Web help

CodeTyphon Studio