f.Content(fid).delRow(isReleaseSector)
Last updated 4 months ago
그룹/레이아웃에 행을 삭제합니다. 이때 삭제하려는 행에 연결된 컴포넌트의 이벤트를 활용해야 합니다.
이벤트 스크립트에서만 사용가능합니다.
대상 컨트롤 컴포넌트 : Group, Layout
isReleaseSector
boolean
강제삭제여부
(false 면 Deleted상태가 되고, true면 완전삭제)
f.Content('f_10476').delRow(false) f.Content('f_10476', 'ty30296N').delRow(true)