numberedit Spacing property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox, acImagesComboBox and TacTreeComboBox components as subproperty of AttachedLabel structure.  

Declaration
property Spacing: Integer;  

Description
The Spacing property determines the space (in pixels) between the control and attached label.  
 
There is two spacing kinds which have an influence on distance between the control and label (see SpacingKind property).  
 
When SpacingKind is skNearPoint, the Spacing property signifies the distance between control and nearest point of attached label.  
 
When SpacingKind is skFarPoint, the Spacing property signigies the distance between control and far point of label.  

Screenshot
acattachedlabelss2  

See also
SpacingKind and Position properties.