[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TFormState - the set of form states that apply to this form
Source position: forms.pp line 378
type TFormState = set of ( |
||
fsCreating, |
|
|
fsVisible, |
|
|
fsShowing, |
|
|
fsModal, |
|
|
fsCreatedMDIChild, |
|
|
fsBorderStyleChanged, |
|
|
fsFormStyleChanged, |
|
|
fsFirstShow, |
|
|
fsDisableAutoSize |
|
|
); |
lazarus-ccr.sourceforge.net |