f.Content().delRow()
f.Content(fid).delRow(isReleaseSector)
개요
그룹/레이아웃에 행을 삭제합니다. 이때 삭제하려는 행에 연결된 컴포넌트의 이벤트를 활용해야 합니다.
이벤트 스크립트에서만 사용가능합니다.
대상 컨트롤 컴포넌트 : Group, Layout
파라미터
파라미터명
필수여부
타입
제약사항
설명
isReleaseSector
boolean
강제삭제여부
(false 면 Deleted상태가 되고, true면 완전삭제)
예시
f.Content('f_10476').delRow(false)
f.Content('f_10476', 'ty30296N').delRow(true)

Last updated
Was this helpful?