[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: fpg_main.pas line 45
type TfpgButtonFlags = set of ( |
btfIsEmbedded, |
btfIsDefault, |
btfIsPressed, |
btfIsSelected, |
btfHasFocus, |
btfHasParentColor, |
btfFlat, |
btfHover |
); |