Search the Community
Showing results for tags 'multiline'.
-
Hello! My DBGrid contains columns with positive and negative values. I need to calculate 3 summary grand total values for every column - positive, negative and common summary (positive + negative). For this separate calculation I use Column.AuxValues[1], Column.AuxValues[2] and Column.AuxValues[3] in OnColumnSummary and OnColumnSummaryTotal events. OnColumnSummary: //positive if Column.Field.Value > 0 then Column.AuxValues[1] := Column.AuxValues[1] + Column.Field.Value; //negative if Column.Field.Value < 0
- 8 replies
-
- dbgrid
- grand total
-
(and 1 more)
Tagged with:
-
Когда у компоненты UniTabControl или UniPageControl много вкладок, то появляются кнопки прокрутки, но это не очень удобно. Добавить свойство MultiLine, например. Нельзя ли сделать так, чтобы получить "резиновый дизайн"? Чтобы размер кнопок (закладок) менялся в зависимости от ширины всей компоненты
- 7 replies
-
- tunitabcontrol
- tunipagecontrol
-
(and 1 more)
Tagged with: