EhLib
|
Determines the width of dropdown list
property DropDownWidth;
if width of dropdown list > 0 then real Width = DropDownWidth
if width of dropdown list = 0 then real Width = ColumnWidth
if width of dropdown list = -1 then real Width is calculated automatically as sum of fields.DisplayWidth in LookupDisplayFields * TextWidth('0')
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|