Constants: Subform sets

Parent: $root.$constants

kSFScenterPass this value as the left or top coordinate when calling subformset_add or subformset_addform to center the form in its parent
kSFSflagAutoLayoutsubformset_add flag.Automatically lay out the set members vertically within their parent,ignoring the specified left and top.Turns on kSFSflagMinAsTitle and turns off kSFSflagResize and kSFSflagMaxButton
kSFSflagCloseButtonsubformset_add flag.The subforms in the set have a close button.Can be added to other subform set flags to configure the subforms in the set
kSFSflagMaxButtonsubformset_add flag.The subforms in the set have a maximize button.Can be added to other subform set flags to configure the subforms in the set
kSFSflagMinAsTitle
kSFSflagMinButtonsubformset_add flag.The subforms in the set have a minimize button.Can be added to other subform set flags to configure the subforms in the set
kSFSflagMinButtonIsTitlesubformset_add flag.Only applies when kSFSflagAutoLayout is specified.Turns on kSFSflagMinButton and the title becomes the minimize button
kSFSflagOpenMaxsubformset_add flag.The subforms in the set will automatically maximise upon opening. Should not be used in conjunction with kSFSflagOpenMin
kSFSflagOpenMinsubformset_add flag.When used in conjunction with kSFSflagAutoLayout,kSFSflagMinButton must be specified.The subforms in the set are opened in the minimized state
kSFSflagParentWidthsubformset_add flag.Only applies when kSFSflagAutoLayout is specified.Ignores width parameter and sets subform width to width of parent
kSFSflagPosnScrollPlaceholder.The subforms in the set are positioned relative to the current scroll position of the container. Modal subforms, which have kSFScenter coordinates, are always relative to scroll position.
kSFSflagPreventDragsubformset_add flag.Prevent the user from dragging SFS windows
kSFSflagResizesubformset_add flag.The subforms in the set can be resized using the mouse.Can be added to other subform set flags to configure the subforms in the set
kSFSflagScrollableThe subforms in the set will be scrollable. Only applies to non-responsive subforms
kSFSflagSingleOpensubformset_add flag.Only applies when kSFSflagAutoLayout and kSFSflagMinButton are both specified.Restricts the set so that at most one form is un-minimized at a time
kSFSPaletteAlignFlagCenterAlign SFS Palette in the center of the position side
kSFSPaletteAlignFlagEndAlign SFS Palette at the end of the position side
kSFSPaletteAlignFlagStartAlign SFS Palette at the start of the position side
kSFSPaletteHideArrowHide the arrow pointing at the related control
kSFSPalettePosFlagBottomPosition SFS Palette below related control
kSFSPalettePosFlagLeftPosition SFS Palette to the left of related control
kSFSPalettePosFlagRightPosition SFS Palette to the right of related control
kSFSPalettePosFlagTopPosition SFS Palette above related control