[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: fpg_main.pas line 51
type TfpgTextFlags = set of ( |
txtLeft, |
txtHCenter, |
txtRight, |
txtTop, |
txtVCenter, |
txtBottom, |
txtWrap, |
txtDisabled, |
txtAutoSize |
); |