Source position: fpgui.pas line 92
type TButtonFlags = set of (
btnIsEmbedded,
btnIsDefault,
btnIsPressed,
btnIsSelected,
btnHasFocus
);