Parent: $root.$constants
kSFScenter | Pass this value as the left or top coordinate when calling subformset_add or subformset_addform to center the form in its parent |
kSFSflagAutoLayout | subformset_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 |
kSFSflagCloseButton | subformset_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 |
kSFSflagMaxButton | subformset_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 | |
kSFSflagMinButton | subformset_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 |
kSFSflagMinButtonIsTitle | subformset_add flag.Only applies when kSFSflagAutoLayout is specified.Turns on kSFSflagMinButton and the title becomes the minimize button |
kSFSflagOpenMax | subformset_add flag.The subforms in the set will automatically maximise upon opening. Should not be used in conjunction with kSFSflagOpenMin |
kSFSflagOpenMin | subformset_add flag.When used in conjunction with kSFSflagAutoLayout,kSFSflagMinButton must be specified.The subforms in the set are opened in the minimized state |
kSFSflagParentWidth | subformset_add flag.Only applies when kSFSflagAutoLayout is specified.Ignores width parameter and sets subform width to width of parent |
kSFSflagPosnScroll | Placeholder.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. |
kSFSflagPreventDrag | subformset_add flag.Prevent the user from dragging SFS windows |
kSFSflagResize | subformset_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 |
kSFSflagScrollable | The subforms in the set will be scrollable. Only applies to non-responsive subforms |
kSFSflagSingleOpen | subformset_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 |
kSFSPaletteAlignFlagCenter | Align SFS Palette in the center of the position side |
kSFSPaletteAlignFlagEnd | Align SFS Palette at the end of the position side |
kSFSPaletteAlignFlagStart | Align SFS Palette at the start of the position side |
kSFSPaletteHideArrow | Hide the arrow pointing at the related control |
kSFSPalettePosFlagBottom | Position SFS Palette below related control |
kSFSPalettePosFlagLeft | Position SFS Palette to the left of related control |
kSFSPalettePosFlagRight | Position SFS Palette to the right of related control |
kSFSPalettePosFlagTop | Position SFS Palette above related control |