====== PAGELIST property ====== ==== Applies To ==== All controls. ==== Description ==== Determines whether a particular control should be displayed on all pages of a multi-page form, or the current page only. ==== Usage ==== //list// = **Get_Property**(//objectname//, **"PAGELIST"**) //oldlist// = **Set_Property**(//objectname//, **"PAGELIST"**, //list//) ==== Remarks ==== list currently can have one of two values: ^Value^Description^ |-1|Keep control on all pages.| |0|Keep control on current page only.|