We've noticed that when checking in updates, our .DFM
files have added ExplicitWidth
and ExplicitHeight
properties - but we don't know why.
My questions are:
- What are these properties for?
- Why are they automatically added by Delphi?
Below is an example showing the added ExplicitWidth
property:
object Splitter2: TcxSplitter
Left = 0
Top = 292
Width = 566
Height = 8
Cursor = crVSplit
HotZoneClassName = 'TcxXPTaskBarStyle'
AlignSplitter = salBottom
Control = BottomPanel
Color = clBtnFace
ExplicitWidth = 8
end
question from:
https://stackoverflow.com/questions/2476690/delphi-why-does-explicitwidth-and-explicitheight-keep-appearing-in-dfm-files 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…